summaryrefslogtreecommitdiffstats
path: root/share/examples
Commit message (Collapse)AuthorAgeFilesLines
* add support properly displaying and logging incoming telephone numbers (MSNs)hm2002-08-124-8/+19
| | | | | | | by looking at the "type of number" field and providing configurable hooks to correct the numbers accordingly. See keywords add-prefix, prefix-national and prefix-international in isdnd.rc(5). This feature was implemented by Christian Ullrich <chris@chrullrich.de>
* add experimental support for Data over Voice (DoV) outgoing calls.hm2002-08-113-2/+14
| | | | | based on patches received from Guy Ellis (guy@traverse.com.au), Chris Collins (xfire@xware.cx) and Phillip Musumeci (phillip@cs.jcu.edu.au).
* TARGET_CPUTYPE should exist solely in Makefile.inc1, similar toru2002-08-021-1/+3
| | | | | | | | | | | | | | | | TARGET_ARCH and TARGET. This is problematic when one has the = (unconditional) type of assigment for CPUTYPE in /etc/make.conf. (This would override what was set on the command line to "make buildworld".) Add a (horrible) kludge to Makefile.inc1 to check the type of assignment for CPUTYPE (only for those who attempts to set it to a different value). Fix an example make.conf. Fix the kernel's build-tools target (aicasm only at the moment) to catch up with bsd.cpu.mk,v 1.15 (BOOTSTRAPPING replaced with NO_CPU_CFLAGS in Makefile.inc1's BMAKE). Reviewed by: jhb
* There is no more UUCP in the base system, so there is no need tomarkm2002-08-021-1/+0
| | | | prevent its building.
* Modernise and tidy up.markm2002-08-022-162/+131
|
* include file of SASLv1 was changed to /usr/local/include/sasl1.ume2002-07-311-1/+1
|
* Correct URLs to Handbook & FAQ's pagesblackend2002-07-301-2/+2
| | | | MFC after: 1 week
* Correct links to Handbook's pages:blackend2002-07-308-16/+16
| | | | | | | http://www.freebsd.org/handbook/mirrors.html is not working anymore, http://www.freebsd.org/doc/handbook/mirrors.html is the new link MFC after: 1 week
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-292-2/+2
| | | | | | for a long time now. Approved by: bde
* Ignore -C, -p, and -S options of install(1) when used with the -dru2002-07-291-1/+1
| | | | | | | option. Warn about COPY being phased out. Restore the old method of always comparing before installing: INSTALL="install -C". Requested by: bde
* Fix Makefiles to actually work.mjacob2002-07-294-0/+4
|
* Don't install any old cruft present in the tree, includingru2002-07-191-19/+263
| | | | | | | editor backups, .orig or .rej files, etc. Make transition from SHARED=symlinks to SHARED=copies and vice versa work. Submitted by: des, ru
* To force install(1) to always compare files before installing, oneru2002-07-181-1/+1
| | | | | | | | now needs to set COPY=-C as -C is no longer compatible with the -d option. It is also likely to be renamed to INSTALL_COPY soon. Update documentation to reflect this change. PR: bin/40724
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-182-2/+2
|
* The .Nm utilitycharnier2002-07-141-1/+3
|
* Update the SUBDIR hacks to work with the current bsd.subdir.mk.ru2002-07-112-73/+4
|
* 's/rather then/rather than/'johan2002-07-021-5/+5
| | | | | | | | | | PR: 38096 Submitted by: Chris Pepper <pepper@rockefeller.edu> While I'm here correct some typos pointed out by ispell. Approved by: sheldonh (mentor) MFC after: 1 week
* Include 'sshd' to the lists of forbidden users.maxim2002-06-281-0/+1
| | | | Reviewed by: cvs-committers
* Add a warning regarding the SENDMAIL_*_MC make.conf variable values.gshapiro2002-06-201-0/+9
| | | | | | | | Using /etc/mail/sendmail.mc will create /etc/mail/sendmail.cf during a buildworld. PR: misc/39397 MFC after: 3 days
* Per previous discussion, and with Mark's blessing, update the valuedougb2002-06-091-0/+1
| | | | of this knob to reflect (-)current reality.
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
| | | | | Spotted and suggested by: des MFC after: 3 weeks
* Document the ENABLE_SUID_NEWGRP variable.tjr2002-05-281-0/+4
| | | | | Requested by: mike PR: 36190
* Add a new make.conf knob, SENDMAIL_MAP_PERMS, which specifies thegshapiro2002-05-241-0/+5
| | | | | | | | | permissions to use for alias and map database files built by /etc/mail/Makefile. The default is 0640 to assist users in avoiding a file locking local denial of service. MFC after: 1 day pending RE approval
* Remove perl hooks.markm2002-05-161-5/+0
| | | | Pointed out by: des
* Turn on the set-user-ID bit for k5su if ENABLE_SUID_K5SU is defined.nectar2002-05-121-0/+5
|
* sysctl -w -> sysctldd2002-05-111-1/+1
|
* sysctl -w -> sysctldd2002-05-111-1/+1
| | | | Approved by: ume
* Put 'ftp' back.maxim2002-05-081-0/+1
| | | | Requested by: bmah, jhb
* Sync with master.passwd.maxim2002-05-071-2/+0
| | | | | | PR: conf/37796 Submitted by: David Siebo"rger <drs@rucus.ru.ac.za> MFC after: 3 days
* Add smmsp, mailnull and wwwbrian2002-05-071-0/+3
| | | | | | | | | | PR: 37796 Submitted by: drs@rucus.ru.ac.za MFC after: 1 week Note, I don't usually look after pppd (just ppp), so I haven't removed the ftp and ingres users as I guess they're there for a reason....
* Add the Dynalink IS64PPH+ as a supported card.gj2002-04-281-0/+1
| | | | Reported by: znerd
* Back out the NO_RCMNDS knob.obrien2002-04-231-1/+0
| | | | | | | 1. The committer refused to respond to questions over the commit. 2. The servers rlogind, rshd, rexecd were not wrapped. 3. "rcmnds" as an abbreviation gets an order of magnitude less hits on Google than the much more well known "rcmds".
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-223-3/+3
| | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
* s/nwserv/nwfs/bp2002-04-201-1/+1
| | | | | Submitted by: Victor Sudakov <sudakov@sibptus.tomsk.ru> MFC after: 1 week
* Provide a new make.conf knob, SENDMAIL_SUBMIT_MC to allow users to pickgshapiro2002-04-141-0/+7
| | | | | | | | | the .mc file used for /etc/mail/submit.cf. By default, /etc/mail/freebsd.submit.mc is installed and used. Requested by: fenner Submitted by: ume MFC after: 1 week
* Change the script a bit to allow the creation of 'brouted' bridges.julian2002-04-121-11/+17
| | | | | | | To do this you need to have each top-end connected as well. IP can be routed and other protocols get bridged.. Also useful when bridgeing two networks while merging them as machines will work with both old and new netmasks. (well mostly).
* Introduce NO_RCMNDS flag so as to not compile rsh, rlogin, and rcp on will,bmilekic2002-04-091-0/+1
| | | | | | | and document in share/examples/etc/make.conf Submitted by: Aleksandar Simic <asimic@dsl.pipex.com> MFC after: 1 week
* Style: don't override `beforeinstall', use FILES.ru2002-04-022-14/+6
|
* sendmail 8.12 doesn't require _FFR_UNSAFE_SASL anymore.ume2002-03-301-2/+2
| | | | | | This is standard feature. Submitted by: ru
* sendmail 8.12 claims against GroupReadableSASLFile.ume2002-03-301-1/+1
| | | | Submitted by: mistral@imasy.or.jp
* Update i4b documentation.hm2002-03-264-30/+9
|
* Install a sample /usr/share/examples/smbfs/dot.nsmbrc.roam2002-03-221-1/+11
| | | | | | | | PR: 35649 Reported by: Johann Frisch <jerfa@yahoo.com> Reviewed by: bp Approved by: bp, silence on -doc MFC after: 1 week
* Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217ru2002-03-212-1/+5
| | | | | | with the NO_IPFILTER make.conf(5) knob. (So that we can "make the-rest-of-the-world" again.)
* Document NO_PERL.markm2002-03-161-1/+2
|
* Add comments to ME README.BOOTP README.TEMPLATING mentioning thatluigi2002-03-1522-426/+45
| | | | | they contain stale information. Remove files referring to the old diskless setup to avoid confusion.
* Document new build knob, SENDMAIL_SET_USER_ID, which installs sendmail as agshapiro2002-02-171-0/+8
| | | | set-user-ID root binary instead of the new method (set-group-ID smmsp).
* Document NO_CXX and NO_GDB.obrien2002-02-111-0/+2
|
* Put a complete set of pppd(8) sample configuration files incjc2002-01-298-0/+112
| | | | | | | | | | | | | | | | | | /usr/share/examples/pppd. Update pppd(8) documentation to reflect this, usr.sbin/pppd/pppd.8. Remove the out-of-place pppd(8) configuration files in etc/ppp, ppp.shells.sample and ppp.deny. Make the appropriate changes to the build process, etc/Makefile and etc/mtree/BSD.usr.mtree, so it all works. The files from etc/ppp, ppp.shells.sample and ppp.deny, were moved with a repo copy. Note it in the logs with a forced commit to these two. Submitted by: Maxim Konovalov <maxim@macomnet.ru> provided the new samples.
* Add an example for testing scalability and concurrencybrian2002-01-101-5/+45
|
* Document MODULES_OVERRIDE.ru2001-12-241-0/+2
| | | | | PR: docs/32560 Submitted by: Maxim Konovalov <maxim@macomnet.ru>
OpenPOWER on IntegriCloud