summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Run the uustat command as the uucp user, not as root.kris2001-09-091-1/+1
|
* Allow group network to read ppp.log & slip.log.brian2001-09-032-4/+4
| | | | Suggested by: Jesper Skriver <jesper@FreeBSD.org>
* o Add sample syslogd_flags for "-ss" which causes syslogd not to bindrwatson2001-09-021-0/+1
| | | | an inet socket.
* o Note that some sites will want to select generally more conservativerwatson2001-09-011-0/+6
| | | | | | permissions on some files, and give hints as to what those permissions might be. Note also that the current more liberal permissions might get changed in future revisions.
* o More conservative permissions for kerberos.log: 600 instead of 644.rwatson2001-08-311-1/+1
| | | | Reviewed by: peter
* Add an entry for the Zip 250.murray2001-08-313-0/+18
| | | | | PR: i386/29639 Submitted by: David Yeske <dyeske@yahoo.com>
* Add entries for 3wire terminals. (carrier not supplied, so we set nc).murray2001-08-311-0/+15
| | | | | PR: conf/26420 Submitted by: Jon Passki <cykyc@yahoo.com>
* Make the 'echo' output for blanktime and scrnmap consistent with theirdd2001-08-312-4/+4
| | | | | variable names. There were minor differences in both cases, which were needlessly confusing and inconsistent.
* Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf asalex2001-08-302-283/+0
| | | | | | | | | | | | | | discussed on the arch@ mailinglist (after repo-copy). sys.mk will .error if it finds /etc/defaults/make.conf but include it anyways (this is the same behaviour as with the make.conf.local removal). /usr/share/examples/etc/make.conf has BDEFLAGS commented out now, since it's only an example file. Adjust all textes that talk about make.conf or defaults/make.conf to match the new situation.
* chown syntax is user:group now.alex2001-08-291-1/+1
|
* RIP all ports options, as discussed on arch@.alex2001-08-291-115/+0
|
* Remove more vestages of diskcheckd, which is now in ports/sysutils.obrien2001-08-292-10/+0
|
* Remove diskcheckd.confbrian2001-08-291-1/+1
|
* Remove `diskcheckd'. It is now in ports/sysutils.obrien2001-08-281-30/+0
| | | | Consensus on: freebsd-current.
* Tidy, reorder and adjust to more correctly reflect FreeBSD defaultmarkm2001-08-261-13/+35
| | | | policy.
* End sentence with a period.dd2001-08-261-1/+1
|
* $units is the canonical name for the number of units to create; use it.dd2001-08-231-10/+10
| | | | | PR: 29971 Submitted by: Joseph Mallett <jmallett@xMach.org>
* Invoke named with privilege of bind:bind.kuriyama2001-08-233-2/+4
| | | | Change pidfile location to /var/run/named/pid.
* fix typo. icmptype of destination unreach is not 2 but 1.ume2001-08-211-1/+1
| | | | Submitted by: kuriyama
* move forward the ability to MAKEDEV zs devices for TurboLasermjacob2001-08-211-0/+7
|
* More libss removal.markm2001-08-201-2/+0
|
* Clear up what the line "ALL : PARANOID : RFC931 20 : deny" meansdwmalone2001-08-181-1/+6
| | | | | to tcp wrappers. The description is a little long, but hopefully accurate.
* Add the `WANT_FORCE_OPTIMIZATION_DOWNGRADE' knob. If set to an integerobrien2001-08-161-0/+6
| | | | | | value, it forces GCC to not optimize above this level. For intance, GCC made with "WANT_FORCE_OPTIMIZATION_DOWNGRADE=1" is a good setting for the Alpha platform when building ports.
* Add no_warn option to the "auth" lines. Minor tidy-up as well.markm2001-08-151-47/+59
|
* Reflect main termcap v1.109ache2001-08-151-1/+2
|
* Add commented out exampleache2001-08-141-0/+1
|
* Add/install /etc/opieaccess skeletonache2001-08-142-2/+14
| | | | Approved by: markm
* Sync the code that sucks in rc.conf and friends with what's indd2001-08-141-5/+7
| | | | | | | | | | | | rc.firewall6. Specifically, don't do anything if [ -z ${source_rc_confs_defined} ]. Not doing this leads to a problem with dependencies: chkdepend will set, e.g., portmap_enable to YES if some service that needs portmap is enabled, but rc.network sources rc.firewall, which used to source defaults/rc.conf unconditionally, which would result in portmap_enable being set back to NO. PR: 29631 Submitted by: OGAWA Takaya <t-ogawa@triaez.kaisei.org>
* Remove the WANT_INSECURE_OPIE option - it is now a default. This is notmarkm2001-08-121-6/+0
| | | | | | | | nearly as ominous as it sounds, and it allows OPIE to be used over SSH and on xterms. Requested by: ache Discussed on: -security
* Chagne MASTER_SITE_FREEBSD to MASTER_SITE_FREEBSD_ORG, becauseknu2001-08-121-1/+1
| | | | | MASTER_SITE_FREEBSD is already used in bsd.port.mk for some different purpose.
* Fix MASTER_SITE_RUBY. The listed master site is obsolete.knu2001-08-121-1/+1
|
* Add MASTER_SITE_FREEBSD.knu2001-08-121-0/+1
|
* Add sgi_fam 391002, file alteration monitor.schweikh2001-08-111-0/+1
| | | | | | PR: 25925 Submitted by: Jeremy Norris <ishmael27@home.com> MFC after: 5 weeks
* Fix minor typo.obrien2001-08-092-2/+2
|
* Now properly use logger's facility argumentnsayer2001-08-061-3/+3
|
* Make the sample entries actually syntactically correct. :-/nsayer2001-08-051-6/+6
|
* Add a little pizzaz to the sample entries. :-)nsayer2001-08-051-0/+2
|
* Add some sample entries to illustrate battery state monitoring.nsayer2001-08-051-1/+12
|
* Remove duplicate ufsd entry. This seems to go back to the Sun's versiondwmalone2001-08-021-1/+1
| | | | | | | of the file. PR: 29386 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* Default to disabling all inetd.conf entries, in particular, telnetdrwatson2001-08-021-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | and ftpd. This more conservative default reduces the exposure of freshly installed machines, which is especially valuable for machines that receive minimal further configuration before being put into production. Generally speaking, SSH has superseded the use of both telnet and ftp in many environments. In light of recent remotely exploitable security holes in both telnetd and ftpd, this choice retains flexibility (both telnetd and ftpd daemons remain installed and easily enableable) while protecting users who don't need the additional risk. This change brings our configuration into line with the majority of other UNIX vendors, including OpenBSD and NetBSD. To address the concerns of those requiring remote access via telnet from first install, changes will shortly be committed to sysinstall to provide the ability to edit inetd.conf during the installation process, allowing telnetd and ftp to be re-enabled during the installation process. While I'm at it, slightly improve commenting for inetd.conf so that it's more clear to users how to enable and disable services. Further commenting to indicate the functions of various columns would probably also be useful. Reviewed by: imp, chris, jake, nate, -arch, -stable
* Scratch an itch of long standing by adding entries for the mostdougb2001-08-011-2/+4
| | | | commonly used x11 ports
* I could have sworn I did this already, but obviously I didn't. So,dougb2001-08-011-1/+1
| | | | take another stab at updating the IANA web page.
* Revert change to always include _FFR_TLS_O_T as it requires FEATURE(access_db)gshapiro2001-08-012-4/+0
| | | | Problem found by: nsayer
* Merge in patch to automagically decide whether or not a kldload of ipfilterdarrenr2001-07-307-0/+91
| | | | | | | | | | is required into rc.network. Person failed to use a real name so both email addresses from PR included (Sent was different to From). PR: 22998 Submitted by: dl@leo.org/spock@empire.trek.org
* Add an entry for the commonly used (although unofficial) kpop port.dougb2001-07-301-0/+2
| | | | | | PR: conf/21551 Submitted by: Luis Casillas <casillas@stanford.edu> Reviewed by: rwatson
* Document Bzip2's flag.obrien2001-07-301-1/+1
| | | | | PR: 27901 Submitted by: Anders Nordby <anders@fix.no> (stylistic changes by me)
* Add a note about port 98 commonly being used for RH linuxconf,dougb2001-07-301-2/+2
| | | | | | | (unofficially of course). PR: misc/21775 Submitted by: Dann Lunsford <dann@greycat.com>
* Build standard directory for kerberos 5 (Heimdal) database.markm2001-07-281-1/+4
|
* Upgraded launchpad for kerberos. Noe kerberos IV OR kerberos 5markm2001-07-288-66/+194
| | | | may be started at boot for kerberos servers.
* Take -Wconversion out of BDECFLAGS. It is not particularly useful forpeter2001-07-271-2/+3
| | | | | | | | | | | us anyway because it doesn't work right on the x86 and alpha. On K&R code, small ints would be promoted to int. ANSI-C doesn't require this and the small ints can be passed taking 8 or 16 bits of stack space. However, the x86 abi that we use *does* promote to 32 bit, and the alpha ABI passes them in 64 bit registers so we dont have that aspect of the problem here. Losing float precision by having it cast down to int because the funtion prototype specifies int is the least of our problems. -Wmissing-prototypes helps here anyway.
OpenPOWER on IntegriCloud