summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of the revolting hacks that were used to install thepeter1996-12-281-13/+2
| | | | | | /etc/sendmail.cf file. Submitted by: bde
* Fixed missing install of BSD.include.dist.bde1996-12-131-2/+2
|
* magic file is no longer in /etcjkh1996-12-131-2/+1
|
* Recent ppp changes broke make release. :-(pst1996-10-191-3/+4
|
* ``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
|
* Remove root dotfiles which did more harm than good.jkh1996-08-141-7/+1
|
* Merge.jkh1996-07-131-2/+2
|
* Add ability to override sendmail .cf file specification.pst1996-07-111-3/+8
| | | | Add creation of ppp.log file since we rotate it now.
* 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 skeleton firewall setup(s). Comments very welcome.phk1996-04-031-2/+3
|
* Install rc.pccard to get PC-CARD support (when available).nate1996-03-221-2/+2
|
* Fix the pccard install.phk1996-03-171-3/+3
|
* Hack-and-slash out the old 1.1.* stuff.markm1996-03-171-344/+1
| | | | | Later commits will bring in 4.4-Lite and 4.4-lite2 stuff. Reviewed by: bruce, rgrimes
* Install newsyslog.conf.joerg1996-02-151-3/+3
| | | | Bothered me in: all recent SNAPs
* Add amd.map to BIN1 - having it here does no harm and makes activationjkh1996-02-091-2/+2
| | | | of the sample sysconfig entry (and amd) a snap.
* Add empty /var/log/slip.log creation to distribution: target whereache1996-01-101-1/+3
| | | | | other empty logs created. Pointed by Bruce.
* The etc.i386/fstab.* files have been nuked, so don't try to installjoerg1995-12-311-3/+1
| | | | them.
* install freebsd.cf rather than freefall.cf by default after 8.7.2 import.peter1995-12-021-3/+3
|
* Install new dotfiles.jkh1995-11-301-1/+7
|
* 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-221-4/+38
|
* Add pccard.conf to makefile.phk1995-10-101-2/+2
|
* 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.
* Rename ISO8859-1 to ISO_8859-1 per RFC1700ache1995-06-171-3/+3
|
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Change ln -sf to rm -f and ln -s, first one work incorrectlyache1995-05-131-2/+3
| | | | for directories when called second time
* Lower-case the name of the DES directory. Yes, it's an acronym, but DOSjkh1995-05-111-2/+2
| | | | | | is still dOs. Jordan
* secure -> DESjkh1995-05-091-2/+2
|
* Add modem database file for new tip changes.jkh1995-03-311-2/+2
|
* This is the rc work as provided by pts, I will me makeing some additionalrgrimes1995-03-301-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes to it based upon other outstanding bug reports and commits made after his work. Comments: (a) sysconfig is still used to do all configuration. I was not going to change that out from under you.... a user never need edit netstart or rc* unless they're being very weird. (b) rc.maint has been folded back into rc. It is just unworkable as a separate chunk because of ordering bogosities (c) netstart does what it says... it starts up enough of the network to get up, it doesn't start every bloody daemon that might talk to a socket... netstart ifconfig's the devices and sets up routing if configured to do so. (d) nfs disks are mounted immediately after netstart completes (e) syslog is started as early as possible (right after nfs) so that error messages can get logged to remote syslog servers properly (f) named is started (there is an argument that says that named should be started before syslogd because if you are the dns server for your domain, you'd like named to resolve remote hosts in syslog.conf, but this is a minority case and the trivial workarround is to put the syslog host in /etc/hosts or use an /etc/resolv.conf -- why? because you want syslog to catch named errors, which is a MUCH more important and likely occurance) (g) NOW all of the rest of the network daemons such as the time stuff, RPC, NIS, NFS, Kerberos and inetd are started (h) the rest of the generic stuff is done (cron/printer/sendmail) (i) shared libraries are set (j) /etc/rc.i386 is run (this does FreeBSD/386 specific stuff like ibcs2, xtend, and all of the syscons stuff (this is actually started as /etc/rc.`uname -m` (k) the syscons stuff has gotten a serious cleaning to make it consistent with rc conventions (l) rc.local has had the comments about syscons removed (they are not relevant to this file now) and the full name of the kernel has been restored to /etc/motd Submitted by: pts
* Add rc.maint file.jkh1995-03-241-3/+3
|
* Install /etc/sysconfigphk1995-03-241-2/+2
|
* Convert from using old root.cache to new named.rootrgrimes1995-03-231-2/+2
|
* Change named starting convention to use $namedflags like most otherwollman1995-03-211-2/+2
| | | | | daemons that take command-line arguments. Correct /etc/namedb installation to use the correct files.
* Use new mtree file to rebuild /usr/include.rgrimes1995-03-181-15/+7
| | | | | Replace rm -f; ln -s with ln -sf when installing LATIN1LINKS, also do not attempt to chown/chmod these links.
* Simplify all the newfs commands into ${NEWFS} and add -t 0 -u 0 sorgrimes1995-03-101-7/+5
| | | | | | | we can again newfs floppies. Now I just need to squish the bits back under 1.44MB :-(. I don't know if it will be possible to get down to 1.2MB.
* Move symlinks creation hereache1995-02-261-1/+13
|
* make distribute change.phk1995-02-251-2/+2
|
* Adding ppp configuration files entry for distribution packages.amurai1995-02-041-1/+5
|
* Edit out some extraneous tabs.jkh1995-01-271-3/+3
|
* Remove the src tarball stuff from this Makefile - all the releasejkh1995-01-171-116/+1
| | | | stuff is on its way out of here and into release/Makefile.
* Catch the one I missed.jkh1995-01-151-2/+2
|
* Make one last stab at making this work before I go.jkh1995-01-151-41/+60
|
* Actually, there's a better way to do this whole srcdist tarball business.jkh1995-01-141-31/+24
| | | | Take first steps toward implementing it.
* Clean up src-tarball definition.jkh1995-01-141-29/+34
|
OpenPOWER on IntegriCloud