summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove adduser.conf & userids, not needed with new adduserache1995-01-031-3/+3
|
* Add adduser.conf & useridsache1994-12-281-3/+3
|
* Install rc.serial.dg1994-12-011-3/+3
|
* No point, what so ever, in installing /etc/mynamephk1994-11-201-2/+2
|
* Final changes. Now "make distribute" should work as advertised.phk1994-11-141-30/+37
|
* Fixes related to release-production:phk1994-10-291-3/+3
| | | | | bdes only if !NOCRYPT Always MAKEDEV in bindist, otherwise diskless installation is a mess.
* Reflect the fact that we only have one GENERIC kernel now.phk1994-10-221-47/+17
|
* Various changes to the 1.1.5.1'sh install procedure.phk1994-10-171-7/+7
|
* Some changes to the old floppies to handle the new /etc/init's way of doingphk1994-10-161-7/+9
| | | | things.
* Format floppy before use. Make 1.44 Mb floppies for now.phk1994-10-151-3/+6
|
* /etc/profile added (the similar stuff like in csh.login)ache1994-09-281-2/+2
|
* Add -e option to mtree commands so that extra directories are ignored.rgrimes1994-09-231-6/+9
| | | | | Change conditional around building usr/local to be MAKE_LOCAL instead of CDROMDIST. This was coped from src/Makefile and makes much more since.
* Revert the change that moved the /etc files to share/examples/etc, thergrimes1994-09-231-2/+6
| | | | | files have been pulled down out of the Attic and updates will be applied shortly.
* Get rid of the files that now live in src/share/examples/etc, and updatewollman1994-09-191-7/+3
| | | | Makefile to install them from there rather than from here.
* 1. Add back *.c to CLEANFILES, seems crunch makes quite a mess!rgrimes1994-09-151-64/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2. Update the COPYRIGHT= to be just the COPYRIGHT file for now. 3. Fully parameterize the floppy device being used. This is needed right now so I can at least build these on 1.44 until it all is working, then I will have to find a way to get them back down to size. 4. Remove mount_pcfs from the filesystem floppy, we don't have that yet. 5. Update the shared libraries t obe copied. This should now work for this and all future releases. 6. Reduce the CRYPT_SRCS down to the few static binaries that have crypt in them. 7. Change all references for the kernel from /386bsd to /kernel. 8. For some reason umount is returning 1, use a - until I can find out why. 9. Update the disklabel commands to be 4.4 syntax. 10. Remove the ugly elvis wart, we don't have elvis anymore. 11. Use the -d (directories only) option on the mtree commands. This greatly reduces the noise from distrib-dirs:. 12. Note the fact that the mtree commands need a wrapper around them as they return a status of 2 if the tree was modified and the make should not exit on that condition. 13. Add a trailing slash on the chflags command as ${RELEASEDIR} may be a symbolic link.
* Correct path to crunch, and remove srccontrib tarballs (we have no morergrimes1994-09-091-9/+4
| | | | srccontrib!)
* Remove the explicit call to ../Makefile mdec:, it is now handled by a makergrimes1994-09-091-19/+4
| | | | | | install from the top level correctly. Rewrite release-dirs: to use new mtree file mtree/BSD.release.dist.
* 1. Make CLEANFILES a little less dangerous by being more spcifc aboutrgrimes1994-09-081-28/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | some file names. 2. Add MAKEDEVS= that does all the /dev population so that this is not duplicated in 2 or 3 places. Helps to keep it in sync too. Cleaned up and fixed to not overflow inode tables. 3. Fix paths to the 2 crypt versions. 4. Init is sbin/init now instead of sbin/init.bsdi. 5. bdes is now in secure/usr.bin, will need to do something about telnet. 6. Incorporate 1.1.5.1 patches for EXTRACT.sh files. 7. Correct calls to make kcopy-flooppy to work with or without obj/. 8. Reorder src-clean: target so that it does not destroy the real obj tree, but does rip out junk and obj links. 9. Incorporate 1.1.5.1 patche for srcbin tarball name. 10. Add chflags command to release-dirs target so the rm -rf can have a chance to work. With this and a few more commits I will have 2.0 bin tarballs.
* Remove the old crypt/no-crypt rules and replace them withpst1994-09-071-10/+14
| | | | | | | | | | | the choice of building with the password scrambler or the DES libraries. Folks outside the US can simply drop in the other DES libraries. (stupid laws...) Everything still keys off of the old NOCRYPT variable so building a portable distribution remains the same. Submitted by: pst
* Change references of 'mount_isofs' to 'mount_cd9660' as needed by FBSD 2.0gpalmer1994-09-051-3/+3
|
* Oh GACK! src-clean doesn't quite work that easily since cleandist rebuilds thejkh1994-06-291-1/+2
| | | | | obj links again and they need to be nuked out one more time after it's finished. Sigh.. Oh well, this code will probably never be run again anyway.
* Clean this puppy up quite a bit. Most notably:jkh1994-06-291-80/+53
| | | | | | | 1. Use ${MAKE} everywhere again. Whoops. 2. Replace multiple invocations of gzip ... split ... with one variable. 3. Add src-clean target for making the src tree presentable before making a src tarball out of it.
* Fix a simple makefile brain-o; didn't effect 1.1.5A since we don't compilejkh1994-06-281-2/+2
| | | | with CRYPT initially set.
* 1. Remove a rather strangely gratuitous bit of profanityjkh1994-06-241-3/+11
| | | | 2. Use elvis instead of vi for the editor on the cpio floppy; dmesg is back.
* My last few changes to the release code plus a small termcap filejkh1994-06-241-3/+11
| | | | for the cpio floppy.
* Whoops - missed a couple of intermediate files. Nuke 'em.jkh1994-06-221-2/+2
|
* Ok, this should about wrap it up.jkh1994-06-221-8/+8
| | | | | | 1. All the crunched files work now; don't install copies, used the crunched versions. 2. Make the clean rules DTRT now that we have stuff to clean.
* Whoops - I missed a commit; EXTRACT scripts were misnamed. Correct.jkh1994-06-211-4/+4
|
OpenPOWER on IntegriCloud