summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* ``make install'' should not install the symlink /usr/sbin/rmt -> /etc/rmtwosch1996-08-181-1/+2
| | | | | | Only ``make distribution'' in src/etc/Makefile overrides things in /etc Pointed out by: joerg
* make install should not install any file in /etc.wosch1996-08-171-2/+8
|
* Put on my flame-proof suit and attempt to make the /etc/motd bannerpeter1996-08-171-4/+2
| | | | | | | editor safer. The old one was too deadly, if the blank line after the "FreeBSD" version banner was missing, it would delete from the beginning of the file up until the next blank line, possibly to the end of file. This was not good.
* Remove root dotfiles which did more harm than good.jkh1996-08-145-571/+32
|
* Add missing netatalk, netipx and netkey directories.peter1996-08-111-1/+7
|
* disable `calendar -a'. it's a bad idea, particularwosch1996-08-071-3/+10
| | | | | | | with networked home directories submitted by: "Boyd R. Faulkner" <faulkner@asgard.bga.com> and GAWollman (long time ago)
* Move intermediary file generation to /var partitionpst1996-07-311-2/+2
|
* Edit this for consistency's sake (though it's syntactically identical).jkh1996-07-301-2/+2
| | | | Noticed-By: "William A. Gill" <bill@duchess.wagill.com>
* Move things up a bit to make startup prettypst1996-07-181-10/+10
|
* Start sendmail after ldconfig. Put the nail in the coffin on misc/1346.pst1996-07-131-9/+9
| | | | Submitted by: Hiroharu Tamaru <tamaru@ap.t.u-tokyo.ac.jp>
* Merge.jkh1996-07-131-2/+2
|
* create missing /usr/share/examples/removeuserwosch1996-07-121-1/+3
| | | | Submitted by: Ollivier ROBERT roberto@keltia.freenix.fr
* Add amanda default portpst1996-07-111-1/+2
|
* Set shells to nonexistent where appropriatepst1996-07-111-3/+3
|
* Add ability to override sendmail .cf file specification.pst1996-07-111-3/+8
| | | | Add creation of ppp.log file since we rotate it now.
* Adding changes to ipfw and the kernel to support ip packet diversion..julian1996-07-101-1/+2
| | | | | | This stuff should not be too destructive if the IPDIVERT is not compiled in.. be aware that this changes the size of the ip_fw struct so ipfw needs to be recompiled to use it.. more changes coming to clean this up.
* update comment for tun*wosch1996-07-022-4/+6
| | | | add comment for snp*
* If ipfw is enabled, display packet/byte counters for reject/deny rulesalex1996-06-301-4/+27
| | | | | | that have changed since the last security check. Make the spacing between sections more consistent.
* If a local ufs filesystem is mounted "nosuid", dont scan it as part ofpeter1996-06-301-2/+2
| | | | | | | the /etc/security setuid checks. This is useful for things like large news spool partitions that dont have executables. Reviewed by: pst
* Correct location of tcl components.. They are installed underpeter1996-06-301-3/+3
| | | | /usr/libdata/tcl (created with mkdir -p), not /usr/lib/tcl (empty).
* The way sendmail.cf is installed here is gross and needs to be totallyjkh1996-06-251-2/+2
| | | | | redone. For now, use the objlink target to give it the obj directory it needs.
* Add worm to /usr/share/examplesjkh1996-06-251-1/+3
|
* Start vi.recovery processing after ldconfig.pst1996-06-241-10/+10
| | | | Closes misc/1346 which has bitten me more times than I care to remember.
* Add the (commented out) OBJLINK hook.nate1996-06-242-2/+10
|
* Add moused hooks (OFF by default)ache1996-06-233-3/+36
|
* Add /var/log/ppp.log from iij ppppst1996-06-221-1/+2
|
* Add a few hints about the cleaning policy of /tmp, including an examplejoerg1996-06-222-1/+42
| | | | (commented out) for how to purge it regularly.
* Add tcl related directories.phk1996-06-221-1/+7
|
* Flush out the rules before adding entries. This prevents duplicatealex1996-06-221-1/+5
| | | | | rules from appearing when switching back and forth from single to multi-user modes.
* Remove the hardcoding of the IRQ, and instead have it determine a freenate1996-06-192-6/+6
| | | | | | IRQ. For now only enable on the 3C589 until other cards have been tested.
* This is no longer in /standjkh1996-06-151-1/+1
|
* Cosmetic tweaks.jkh1996-06-151-1/+3
|
* Make an etc/rc.d directory.jkh1996-06-151-1/+3
|
* Change the 'nep0' lines to 'ep0' since we are very soon to get a workingnate1996-06-142-18/+18
| | | | | if_ep.c driver for PCCARD stuff. Also,change the 3C589 examples to reflect what I use to switch between the two connectors.
* IDE cd fixes:ache1996-06-072-6/+10
| | | | | wcd?a is missing wrong partition number was used for wcd?c
* Eliminate warning message and add big warnings about security holespst1996-05-221-3/+4
|
* Remove obsoleted comment about adjkerntzache1996-05-191-5/+1
|
* Fixed *annoying* error with the weekly files. Do you get these whenvernate1996-05-181-3/+3
| | | | | | | | | | | | | | | | | | | | | /etc/weekly is run? Rebuilding locate database: stty: stdin isn't a terminal TERM: Undefined variable. 'su' apparently runs in root's environment before doing a seteuid(), so it reads root's .cshrc. The problem lies in the fact that $prompt is *always* set by the time the command is executed, so you can't protect your interactive commands from the non-interactive commands by the normal: if ($?prompt) then # interactive stuff here endif Set the -f flag (su -fm) which causes it not to read root's .cshrc file, since there should be no reason to do so for these scripts since /etc/crontab sets up all of the necessary environment.
* freefall's new sendmail.cf file.jkh1996-05-171-2/+2
| | | | Submitted by: gpalmer
* catman -> catman.localwosch1996-05-131-2/+2
| | | | | This is currently a no-op, because a wisely man did not enable catman by default (in comments).
* Neaten up some of the comments in here.jkh1996-05-131-1/+4
|
* makewhatis -> makewhatis.localwosch1996-05-121-2/+2
|
* Add russian calendar directoryache1996-05-101-1/+3
|
* Nuke the nasty cleaning of /var/run after netstart starts - it nukesjkh1996-05-081-2/+2
| | | | gated's pid file, for one thing, and is just generally BAD.
* Add /usr/libdata/stallion for holding the download firmware images.peter1996-05-041-1/+3
| | | | | | These binary files most definately do not come under /usr/share's "architecture independent text files" rule... even though these same images would be used on other processors with pci architectures.
* Bring in ccd support.asami1996-05-032-2/+56
| | | | Entry to create ccd devices.
* Bring in ccd support.asami1996-05-031-1/+7
| | | | | | Call ccdconfig before swapon if /etc/ccd.conf exists. Obtained from: NetBSD
* Add wcd0 to `all' target. The fate of the IDE CDROM support in 2.2jkh1996-05-022-4/+4
| | | | is becoming clearer.. :-)
* Highly cosmetic tweaks.jkh1996-04-301-2/+3
|
* Make the invocation of fortune conditionaljkh1996-04-301-1/+1
|
OpenPOWER on IntegriCloud