Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement locale.alias via links (including backward-compatible issue) | ache | 1995-10-22 | 2 | -4/+161 |
| | |||||
* | Make real directories for each 8859-1 locale | ache | 1995-10-21 | 1 | -1/+45 |
| | |||||
* | Update Digiboard entries. | bde | 1995-10-17 | 2 | -42/+42 |
| | | | | Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su> | ||||
* | Add pccard.conf to makefile. | phk | 1995-10-10 | 1 | -2/+2 |
| | |||||
* | sample config file. | phk | 1995-10-10 | 1 | -0/+27 |
| | |||||
* | Make the options for newfs'ing floppies more specific; the prvious | joerg | 1995-10-02 | 2 | -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/uucp | ache | 1995-09-30 | 1 | -2/+2 |
| | |||||
* | Refle | ache | 1995-09-30 | 2 | -8/+8 |
| | |||||
* | Remove /usr/share/FAQ, add /usr/share/examples/sup. | jfieber | 1995-09-30 | 1 | -9/+3 |
| | |||||
* | Reword confusing comment. | wollman | 1995-09-29 | 1 | -2/+2 |
| | | | | Requested by: Nate Williams | ||||
* | Change SUPFILEx order, secure first, ports second to make base system update ↵ | ache | 1995-09-28 | 2 | -6/+6 |
| | | | | | | first All stuff commented out | ||||
* | Update the /dev naming for the Specialix driver.. I've changed it to do | peter | 1995-09-22 | 2 | -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.d | jkh | 1995-09-19 | 2 | -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. | jkh | 1995-09-19 | 2 | -8/+8 |
| | |||||
* | Added /usr/src/sys/compile to cdpath. | nate | 1995-09-19 | 1 | -2/+2 |
| | | | | Set cdpath instead of leaving it commented out. | ||||
* | Fix the cdpath to find utilities in the gnu src tree. | nate | 1995-09-18 | 1 | -2/+2 |
| | |||||
* | Removed startup code for pcnfsd and apache. These don't even exist | paul | 1995-09-18 | 2 | -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 purists | jkh | 1995-09-18 | 1 | -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. | ats | 1995-09-16 | 2 | -2/+4 |
| | |||||
* | inetd.conf: | gibbs | 1995-09-15 | 2 | -2/+4 |
| | | | | | | | Add rkinit at 2108/tcp. services: Add rkinitd. | ||||
* | Add -fno-strength-reduce to -O2 optimization, all stuff commented out | ache | 1995-09-15 | 2 | -4/+4 |
| | |||||
* | Add commented out entries for SUP update, 3 standard supfiles handled: | ache | 1995-09-15 | 2 | -2/+18 |
| | | | | standard/ports/secure | ||||
* | If no passwd.bak/group.bak/aliases.bak exists, put warning and make them, | ache | 1995-09-15 | 1 | -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), put | ache | 1995-09-15 | 1 | -1/+5 |
| | | | | warning and make it, all following commands fails in old case | ||||
* | Correct a small typo I noticed during my 2.1 merge. | jkh | 1995-09-14 | 1 | -2/+2 |
| | |||||
* | Add checks for pcnfsd (flag to mountd must be added in this case) | jkh | 1995-09-14 | 2 | -3/+27 |
| | | | | and Apache httpd, so a user can be brought up to speed quickly. | ||||
* | Obtained from: FTP.RS.INTERNIC.NET | julian | 1995-09-12 | 1 | -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. | jfieber | 1995-09-08 | 1 | -1/+5 |
| | |||||
* | Add entries for Digiboard serial card and document Specialix driver | jkh | 1995-09-03 | 2 | -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 version | wollman | 1995-08-31 | 1 | -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. | wollman | 1995-08-29 | 2 | -2/+4 |
| | |||||
* | Add missing quote. | dg | 1995-08-25 | 1 | -2/+2 |
| | | | | Submitted by: Morgan Davis <root@io.cts.com> | ||||
* | Add a "gateway" flag so that user can set up a gateway machine automatically | jkh | 1995-08-23 | 2 | -2/+10 |
| | | | | from sysinstall. | ||||
* | Install the hooks for the Japanese `od' driver (aka. MOD). | joerg | 1995-08-19 | 2 | -8/+14 |
| | | | | Submitted by: akiyama@kme.mei.co.jp (Shunsuke Akiyama) | ||||
* | Device entry for IDE CDROM driver. | jkh | 1995-08-18 | 2 | -2/+42 |
| | | | | Submitted by: Serge Vakulenko <vak@cronyx.ru> | ||||
* | Add simple hooks to create /dev entries for the Specialix driver | peter | 1995-08-13 | 2 | -2/+62 |
| | | | | | | Reviewed by: Submitted by: Obtained from: | ||||
* | Rmove daemons localization (commented out), produce very | ache | 1995-08-10 | 1 | -13/+1 |
| | | | | | strange effects when contacting with localized daemon from foreign environment. | ||||
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-08-06 | 1 | -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. | ||||
* | Since krb_prob conflicts with registered tell protocol, | ache | 1995-08-04 | 1 | -1/+3 |
| | | | | mark tell section with #PROBLEMS comment | ||||
* | Add krb_prop entry. | pst | 1995-08-02 | 1 | -1/+2 |
| | |||||
* | Remove top secret version information from the banner by default. | jkh | 1995-08-02 | 1 | -1/+1 |
| | | | | Loose lips sink ships! Man the firewall and look alert! | ||||
* | Add device support for the Matrox Meteor. | jkh | 1995-08-01 | 2 | -2/+18 |
| | | | | Submitted by: james | ||||
* | Tweak the default entry a little to take advantage of new getty | jkh | 1995-08-01 | 1 | -1/+1 |
| | | | | feature. | ||||
* | Fix the mknod for spigot. | jkh | 1995-07-30 | 2 | -4/+4 |
| | |||||
* | Restore tabs in inetd line | ache | 1995-07-29 | 1 | -1/+1 |
| | | | | | Submitted by: Obtained from: | ||||
* | Remove /dev/ from socksys link again. | bde | 1995-07-29 | 2 | -164/+160 |
| | | | | | | | | | | | | | Move `Individual slices' case earlier so that it can be used to handle sliced floppies. Remove superfluous `chmod 600's. Fix formatting of device list. Don't group setting of umasks with setting of units. Remove superfluous trailing semicolons. | ||||
* | New sound device names. | jkh | 1995-07-29 | 2 | -56/+86 |
| | | | | | Reviewed by: hasty & lowe Submitted by: pst | ||||
* | Rename in.identd -> identd according recent ports rename | ache | 1995-07-27 | 1 | -1/+1 |
| | |||||
* | /dev/lp -> /dev/lpt0 | jkh | 1995-07-25 | 1 | -1/+1 |
| | |||||
* | Part of Vincenzo Capuano's changes to xntpd to support the | jkh | 1995-07-21 | 2 | -2/+8 |
| | | | | | Boeder DCF77 Receiver. Submitted by: Vincenzo Capuano <VCAPUANO@VMPROFS.ESOC.ESA.DE> |