#
a614794b |
| 02-Sep-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Removed commit lies for sbin/reboot and usr/local/bin/{mread,rz}, these are not part of the standard distribution and do not belong in here, this was carry over from earlier work.
Added src-tarball:
Removed commit lies for sbin/reboot and usr/local/bin/{mread,rz}, these are not part of the standard distribution and do not belong in here, this was carry over from earlier work.
Added src-tarball: ssrc-tarball: targets to build the 2 source tar balls, still have to manually copy/chmod/chown the src tree into the destination directory and clean out all the obj, and CVS files/dirs, plus run a make cleandist in it before running these targets, but atleast things are getting easier to do!
release: now uses fixed floppies target.
show more ...
|
#
d6cef559 |
| 01-Sep-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Added dd back to cpio floppy in place of shutdown, since shutdown is not really needed until we can go multiuser.
Changed name of list from CRYPT_FILES to CRYPT_SRCS, since that is really what they
Added dd back to cpio floppy in place of shutdown, since shutdown is not really needed until we can go multiuser.
Changed name of list from CRYPT_FILES to CRYPT_SRCS, since that is really what they point to. Added list CRYPT_DIRS, that is the directories that are in the des distribution.
Fixed kc-xx-floppy dependencies on kc-floppy since it would not do the right thing with the new target floppies:
Now user ${RELEASEDIR} for dd'ing the floppy images and other stuff having to do with building the release.
Added new target bin-tarball that builds the bin.tar.gz.?? split archives for release.
Added new target des-tarball that builds the des.tar.gz.?? split archives for release.
Added building of /usr/local directories for the CDROMDIST.
New target floppies: that builds all 4 floppies.
New target release: that should completely populate a release tree, except that the src-tarball target is not yet written.
show more ...
|
#
8797a602 |
| 31-Aug-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Had to remove dd from the cpio floppy as we ran out of room due to some growth in binaries.
|
#
0cfef2e4 |
| 30-Aug-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Makefile no longer needs passwd, pwd.db and spwd.db due to fixed pwd_mkdb that now takes a directory argument. These files are now built from the master.passwd file.
Fixed typo on NOOBJ=, was oobj,
Makefile no longer needs passwd, pwd.db and spwd.db due to fixed pwd_mkdb that now takes a directory argument. These files are now built from the master.passwd file.
Fixed typo on NOOBJ=, was oobj, now noobj. Rename of targes and variables. INST1 -> FILESYSTEM, INST2 -> CPIO, kc -> kcopy.
Floppy targets now dd and gzip the image back onto the hard disk so that less manual work is required when building a release.
Removed reboot from FILESYSTEM floppy and put df back on, and added mount_isofs. Changed scripts to use halt instead of reboot.
show more ...
|
#
6aab19ad |
| 29-Aug-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Added the RELNOTES.FreeBSD to the FREEBSD list. Changed all occurance of make to ${MAKE}
|
#
990baf30 |
| 28-Aug-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Added targets crypt and non-crypt to make it easier to build the distributions. Now only populates $DESTDIR/dev if we are building the cdrom distribution, since this directory is populated by the ins
Added targets crypt and non-crypt to make it easier to build the distributions. Now only populates $DESTDIR/dev if we are building the cdrom distribution, since this directory is populated by the install tools it was a conflict to have the dev entries in the full distribution as well.
show more ...
|
#
926c5ffb |
| 26-Aug-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Removed LOCATIME and TZDIR stuff since it is now handled correctly by share/zoneinfo and was just duplicated here.
Fixed the directory owner ships on the inst1 floppy by adding all of the directorie
Removed LOCATIME and TZDIR stuff since it is now handled correctly by share/zoneinfo and was just duplicated here.
Fixed the directory owner ships on the inst1 floppy by adding all of the directories that get created on the floppy to INST1_DIR, since cpio was not picking up the source dir protections, but instead using the current process uid, gid, and umask values.
Removed /bin/df from inst1 to make room for mount_pcfs. Also removed /etc/disktab since it just got overwritten by the install tools.
Removed zcat from INST2_CPIO since it is now installed from the INST2_FILES files on the floppy. This fixes things so that all of the gzip tools get linked to the same image.
Much of the .if machine i386 stuff moved to be system independent since it really was.
Added sd1 support to the inst1 and kc floppies. No room for wd1 support, oh well.
Fix permissions on top level of floppy, it was not getting set.
show more ...
|
#
9f07bdff |
| 22-Aug-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Added kc-kernel target that builds both GENERICAH and GENERICBT kernels. Added kc-floppy that does the common part of building the kc floppies. Added kc-bt-floppy to build GENERICBT kernel floppy. Fi
Added kc-kernel target that builds both GENERICAH and GENERICBT kernels. Added kc-floppy that does the common part of building the kc floppies. Added kc-bt-floppy to build GENERICBT kernel floppy. Fixed kc-ah-floppy to use kc-floppy.
show more ...
|
#
4533a28b |
| 13-Aug-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Enable lastlog install commands.
|
#
f5e6a77b |
| 12-Aug-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Commented out installation of /var/log/lastlog: The problem with having it enable is that lastlog grows big, none of the current scripts deal with rotation of /var/log/lastlog, so it shouldn't necess
Commented out installation of /var/log/lastlog: The problem with having it enable is that lastlog grows big, none of the current scripts deal with rotation of /var/log/lastlog, so it shouldn't necessary be installed at first. This has traditionally been something the sysadmin has had to touch after system installations.
Nate: (Besides, you're forced to learn more about the system by reading the man pages if it doesn't exist. :-)
show more ...
|
#
853f272a |
| 12-Aug-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
/etc/termcap is now created as a symlink to /usr/share/misc/termcap, fixed creation of link for /etc/localtime.
|
#
70ce04ee |
| 12-Aug-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Added 3 targets (kc-ah-floppy, inst1-floppy, inst2-floppy) which build 3 of the 4 needed floppies for FreeBSD.
Still need to do kc-bt-floppy for the Bustek/Ultrastore controllers.
Fixed installatio
Added 3 targets (kc-ah-floppy, inst1-floppy, inst2-floppy) which build 3 of the 4 needed floppies for FreeBSD.
Still need to do kc-bt-floppy for the Bustek/Ultrastore controllers.
Fixed installation of boot blocks in distribution:, now use a variable (${MDEC}) instead of a find so that my zzz files don't end up in the distribution!
show more ...
|
#
42cee3fa |
| 10-Aug-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Added support to build i386-kc_floppy:, kernel copy floppy for FreeBSD. Added support to build and install GENERICISA kernel in the binary distribution.
|
#
94f07b5b |
| 09-Aug-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Moved make copies of src/includes to be after the top level make install so that the binary distribution ends up with full blown include files.
|
#
35a3a8d7 |
| 09-Aug-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Fixed install of ${FREEBSD}, forgot to do a install -c so it removed the files from src on the install of them!
|
#
f9b4e354 |
| 09-Aug-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Added installation of CONTRIB.386BSD CONTRIB.FreeBSD and COPYRIGHT to / when building a distribution for the i386 case. This keeps us from violating Berkeley's and Bill Jolitz's copyrights.
|
#
2e381247 |
| 08-Aug-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Removed man.conf since it is no longer used by the new manual page system
|
#
ea76af53 |
| 03-Aug-1993 |
Charlie Root <root@FreeBSD.org> |
Added install of /var/cron/log. Made it clean up in /sys/i386/boot after building and installing the boot blocks. Moved the cd ..; make install to be after the special case stuff for sendmail. Added
Added install of /var/cron/log. Made it clean up in /sys/i386/boot after building and installing the boot blocks. Moved the cd ..; make install to be after the special case stuff for sendmail. Added the installation of tcpproto.cf as /etc/sendmail.cf
show more ...
|
#
222c6cb7 |
| 29-Jul-1993 |
Nate Williams <nate@FreeBSD.org> |
Added a default host.conf (gethostnamadr() name resolver) which declares to resolve all names via bind first and then try /etc/hosts.
|
#
08cbe8b1 |
| 27-Jul-1993 |
Nate Williams <nate@FreeBSD.org> |
Changed sys.386bsd to sys
|
#
05b5f220 |
| 20-Jul-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Fixed installation of sendmail. cd'ed to wrong directory. Now works correctly.
|
#
242029ec |
| 20-Jul-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Added .if ${MACHINE} == "i386" section to do install of boot blocks, all standard tools, copies of include files, and sendmail.
|
#
64784fa9 |
| 20-Jul-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Since pwd_mkdb always works in /etc no matter what I added pwd.db and spwd.db that are created from the template master.passwd to src/etc so that a build distribution can populate /etc correctly. Th
Since pwd_mkdb always works in /etc no matter what I added pwd.db and spwd.db that are created from the template master.passwd to src/etc so that a build distribution can populate /etc correctly. This is a work around until a better solution can be found.
show more ...
|
#
6e1a887c |
| 19-Jul-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Brought in NetBSD Makefile, which was then fixed up to use mtree for building the distrubution hierarchy. Still needs some work, but atleast this version runs and does most of the right things.
|
#
1bf9d5d9 |
| 20-Jun-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Initial import of 386BSD 0.1 othersrc/etc
|