summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Add random and urandom.bde1995-10-292-2/+22
|
* Use back-quotes in `echo ...recover.*`ache1995-10-291-2/+2
|
* Recover vi recovery files on reboot.pst1995-10-281-3/+3
| | | | Closes pr misc/556 and others.
* Add ascii linksache1995-10-281-0/+2
|
* Add ascii locale dirache1995-10-281-1/+3
|
* Part 2 of the linux LKM hook, and use the new screen saver entrypeter1995-10-282-4/+14
| | | | | points in the modload, as enforced by the recent symorder and bsd.kmod.mk changes..
* In a moment of weakness, I added the switch for loading the linux LKM,peter1995-10-281-1/+4
| | | | in the same style as the ibcs2 LKM..
* At the risk of starting a commit-war, attempt to fix once and for all, thepeter1995-10-281-2/+4
| | | | | | | | | | | "make distrib-dirs" target. Neither of Andrey's two attempts have worked for me with the [ -h ..] test both with && and ||. I've changed it to a full if [ -h ...]; then \ rm ... ; \ fi ; \ construct. It's much clearer what's meant to happen, and it works! :-)
* Back out bogus "fix" which was commited over right fix without any check.ache1995-10-281-1/+1
|
* Submitted by: john hayjulian1995-10-271-2/+2
| | | | | | | patches to merge the two IPX packages to work with each other and to not break make-world :) IPXrouted should be working now, (or at least compiling) :)
* Add test for symlink presence before remove itache1995-10-261-2/+2
|
* Fix 'upgrade' stuff, i.e. when make distrib-dirs runs notache1995-10-221-2/+2
| | | | on clean file system but for -current locale links upgrade.
* Implement locale.alias via links (including backward-compatible issue)ache1995-10-222-4/+161
|
* Make real directories for each 8859-1 localeache1995-10-211-1/+45
|
* Update Digiboard entries.bde1995-10-172-42/+42
| | | | Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su>
* Add pccard.conf to makefile.phk1995-10-101-2/+2
|
* sample config file.phk1995-10-101-0/+27
|
* Make the options for newfs'ing floppies more specific; the prviousjoerg1995-10-022-4/+30
| | | | | | | example without optios would create floppies that waste half of their space in i-node areas. :) (Comment only) Add a sample entry for a Sony 650 MB MOD.
* Change non-existent /usr/lib/uucp to /usr/libexec/uucpache1995-09-301-2/+2
|
* Refleache1995-09-302-8/+8
|
* Remove /usr/share/FAQ, add /usr/share/examples/sup.jfieber1995-09-301-9/+3
|
* Reword confusing comment.wollman1995-09-291-2/+2
| | | | Requested by: Nate Williams
* Change SUPFILEx order, secure first, ports second to make base system update ↵ache1995-09-282-6/+6
| | | | | | first All stuff commented out
* Update the /dev naming for the Specialix driver.. I've changed it to dopeter1995-09-222-46/+68
| | | | | the same sort of thing as the Digiboard driver (ttyD*), as creating 96 /dev entries one by one was very painful.
* local_startup=/usr/local/etc/rc.djkh1995-09-192-4/+4
| | | | | | | | | | [ As suggested by Satoshi - rc.local.d was pretty redundant under /usr/local; duh! :-)] [ -f /etc/rc.local ] && sh /etc/rc.local For backwards compatibilty with non-executable rc.local files. Sorry, Bruce! Submitted by: asami & bde & jkh
* Bring my fixes over from 2.1.jkh1995-09-192-8/+8
|
* Added /usr/src/sys/compile to cdpath.nate1995-09-191-2/+2
| | | | Set cdpath instead of leaving it commented out.
* Fix the cdpath to find utilities in the gnu src tree.nate1995-09-181-2/+2
|
* Removed startup code for pcnfsd and apache. These don't even existpaul1995-09-182-14/+11
| | | | | | | | | in FreeBSD and should never have got in here. Removed hard-coded /etc/rc.local.d hacks and implemented a more flexible solution. Added a local configuration area to sysconfig.
* Add support for /etc/rc.local.d directory, ala SYSV. If the puristsjkh1995-09-181-4/+8
| | | | | | | | | don't like it, they don't have to use it. The check makes sure that /etc/rc.local.d exists before attempting to do anything with it. Now packages will be able to add their startups as /etc/rc.local.d/<pkgname>.sh in order to get local startup behavior. Maybe we can stop adding knobs to /etc/sysconfig for ports/packages now? Submitted by: wollman & jkh
* Add a description for the wcd* devices to the Disks section.ats1995-09-162-2/+4
|
* inetd.conf:gibbs1995-09-152-2/+4
| | | | | | | Add rkinit at 2108/tcp. services: Add rkinitd.
* Add -fno-strength-reduce to -O2 optimization, all stuff commented outache1995-09-152-4/+4
|
* Add commented out entries for SUP update, 3 standard supfiles handled:ache1995-09-152-2/+18
| | | | standard/ports/secure
* If no passwd.bak/group.bak/aliases.bak exists, put warning and make them,ache1995-09-151-0/+16
| | | | | commands failed in old case Produce diffs on group and aliases too
* If no $LOG/setuid.today exists (f.e. first time to run), putache1995-09-151-1/+5
| | | | warning and make it, all following commands fails in old case
* Correct a small typo I noticed during my 2.1 merge.jkh1995-09-141-2/+2
|
* Add checks for pcnfsd (flag to mountd must be added in this case)jkh1995-09-142-3/+27
| | | | and Apache httpd, so a user can be brought up to speed quickly.
* Obtained from: FTP.RS.INTERNIC.NETjulian1995-09-121-4/+7
| | | | | | | | | | | | | | | | | | | | The named.root file is out of date.. (well it was.. this fixes it..) 15,16c15,16 < ; last update: Aug 25, 1995 < ; related version of root zone: 1995082500 --- > ; last update: Sep 1, 1995 > ; related version of root zone: 1995090100 18,19c18,22 < . 3600000 IN NS NS.INTERNIC.NET. < NS.INTERNIC.NET. 3600000 A 198.41.0.4 --- > ; > ; formerly NS.INTERNIC.NET > ; > . 3600000 IN NS A.ROOT-SERVERS.NET. > A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4 >
* Add target directories for the FAQ and the Handbook.jfieber1995-09-081-1/+5
|
* Add entries for Digiboard serial card and document Specialix driverjkh1995-09-032-2/+102
| | | | | entries while I'm at it. Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su> + mods by jkh
* Update to latest version of named.root from the Internic. This versionwollman1995-08-311-26/+46
| | | | | | | is the first one to name all root servers X.root-servers.net rather than by their original names. Obtained from: Internic Registration Services
* Add official protocol and port numbers for RSVP.wollman1995-08-292-2/+4
|
* Add missing quote.dg1995-08-251-2/+2
| | | | Submitted by: Morgan Davis <root@io.cts.com>
* Add a "gateway" flag so that user can set up a gateway machine automaticallyjkh1995-08-232-2/+10
| | | | from sysinstall.
* Install the hooks for the Japanese `od' driver (aka. MOD).joerg1995-08-192-8/+14
| | | | Submitted by: akiyama@kme.mei.co.jp (Shunsuke Akiyama)
* Device entry for IDE CDROM driver.jkh1995-08-182-2/+42
| | | | Submitted by: Serge Vakulenko <vak@cronyx.ru>
* Add simple hooks to create /dev entries for the Specialix driverpeter1995-08-132-2/+62
| | | | | | Reviewed by: Submitted by: Obtained from:
* Rmove daemons localization (commented out), produce veryache1995-08-101-13/+1
| | | | | strange effects when contacting with localized daemon from foreign environment.
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-08-061-46/+47
| | | | | | | specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary.
OpenPOWER on IntegriCloud