1997-09-30 04:01:00 +00:00
|
|
|
#! /bin/gsh
|
|
|
|
#
|
|
|
|
# This is a script that builds a bootable system given the components
|
|
|
|
# of a partial v2.0.6, plus an available v2.0.4 distribution. It is
|
|
|
|
# an interim hack.
|
|
|
|
#
|
|
|
|
# Devin Reade, September 1997.
|
|
|
|
#
|
1999-01-26 08:20:04 +00:00
|
|
|
# $Id: fudgeinstall,v 1.7 1999/01/26 08:20:04 gdr-ftp Exp $
|
1997-09-30 04:01:00 +00:00
|
|
|
|
|
|
|
# What is our release directory? (The second one must be HFS, and
|
|
|
|
# may be the same as the first.)
|
1998-04-10 17:46:28 +00:00
|
|
|
setenv RELDIR /gno
|
|
|
|
setenv RELDIR2 /gno-hfs
|
1998-04-22 04:51:12 +00:00
|
|
|
setenv RELBOOT /gno.boot
|
1997-09-30 04:01:00 +00:00
|
|
|
|
|
|
|
# What is the "root" filesystem for the currently running GNO?
|
|
|
|
setenv ROOT /trenco3/v.206
|
|
|
|
|
|
|
|
# Where are the GNO (and other) sources?
|
|
|
|
setenv SRC /src
|
1998-04-22 04:51:12 +00:00
|
|
|
setenv DIST /dist
|
1997-09-30 04:01:00 +00:00
|
|
|
|
1998-04-22 04:51:12 +00:00
|
|
|
# Create the directories we need. Unfortunately, gsh is too stupid to
|
|
|
|
# even allow us multiline commands by escaping the newline, so we have
|
|
|
|
# to call install many times.
|
1997-09-30 04:01:00 +00:00
|
|
|
echo "creating directories"
|
1998-04-22 04:51:12 +00:00
|
|
|
install -dV $RELDIR2/HFSinclude
|
|
|
|
install -dV $RELDIR/bin
|
|
|
|
install -dV $RELDIR/dev
|
|
|
|
install -dV $RELDIR/doc
|
|
|
|
install -dV $RELDIR/etc
|
|
|
|
install -dV $RELDIR/home/root
|
|
|
|
install -dV $RELDIR/lang/orca/shell
|
|
|
|
install -dV $RELDIR/lang/orca/languages
|
|
|
|
install -dV $RELDIR/lib/orcacdefs
|
fudgeinstall:
- create directories /lib/rinclude and /usr/ainclude, and
populate them
- updated entries for:
initrc, aroff, binprint, gsh, /etc/glogin, syslog.conf,
getvers, nroff, tmac.an, tmac.s
- grab describe.src from the source repository
mkboot:
- create directories /var/adm and /doc, and insert 'delete.me' files
- install glogin file
checksizes:
- initial checkin. This script complains if the extracted size of
a NuFX archive is larger than will fit on an 800k disk.
builddate.rez:
- this has been moved to ../rinclude
1999-01-18 03:00:16 +00:00
|
|
|
install -dV $RELDIR/lib/rinclude
|
1998-04-22 04:51:12 +00:00
|
|
|
install -dV $RELDIR/sbin
|
fudgeinstall:
- create directories /lib/rinclude and /usr/ainclude, and
populate them
- updated entries for:
initrc, aroff, binprint, gsh, /etc/glogin, syslog.conf,
getvers, nroff, tmac.an, tmac.s
- grab describe.src from the source repository
mkboot:
- create directories /var/adm and /doc, and insert 'delete.me' files
- install glogin file
checksizes:
- initial checkin. This script complains if the extracted size of
a NuFX archive is larger than will fit on an 800k disk.
builddate.rez:
- this has been moved to ../rinclude
1999-01-18 03:00:16 +00:00
|
|
|
install -dV $RELDIR/usr/ainclude
|
1998-04-22 04:51:12 +00:00
|
|
|
install -dV $RELDIR/usr/bin
|
1998-04-10 17:46:28 +00:00
|
|
|
# when we finally get a working cp(1) again, we can eliminate creating
|
|
|
|
# of the /usr/include and /HFSinclude directories.
|
1998-04-22 04:51:12 +00:00
|
|
|
install -dV $RELDIR/usr/include/arpa
|
|
|
|
install -dV $RELDIR/usr/include/gno
|
|
|
|
install -dV $RELDIR/usr/include/machine
|
|
|
|
install -dV $RELDIR/usr/include/net
|
|
|
|
install -dV $RELDIR/usr/include/netinet
|
|
|
|
install -dV $RELDIR/usr/include/protocols
|
|
|
|
install -dV $RELDIR/usr/include/rpc
|
|
|
|
install -dV $RELDIR/usr/include/sys
|
|
|
|
install -dV $RELDIR2/HFSinclude/net
|
|
|
|
install -dV $RELDIR2/HFSinclude/netinet
|
|
|
|
install -dV $RELDIR2/HFSinclude/sys
|
|
|
|
install -dV $RELDIR/usr/games
|
|
|
|
install -dV $RELDIR/usr/guest/operator
|
|
|
|
install -dV $RELDIR/usr/lib/tmac
|
|
|
|
install -dV $RELDIR/usr/man/man1
|
|
|
|
install -dV $RELDIR/usr/man/man2
|
|
|
|
install -dV $RELDIR/usr/man/man3
|
|
|
|
install -dV $RELDIR/usr/man/man4
|
|
|
|
install -dV $RELDIR/usr/man/man5
|
|
|
|
install -dV $RELDIR/usr/man/man6
|
|
|
|
install -dV $RELDIR/usr/man/man7
|
|
|
|
install -dV $RELDIR/usr/man/man8
|
|
|
|
install -dV $RELDIR/usr/man/cat1
|
|
|
|
install -dV $RELDIR/usr/man/cat2
|
|
|
|
install -dV $RELDIR/usr/man/cat3
|
|
|
|
install -dV $RELDIR/usr/man/cat4
|
|
|
|
install -dV $RELDIR/usr/man/cat5
|
|
|
|
install -dV $RELDIR/usr/man/cat6
|
|
|
|
install -dV $RELDIR/usr/man/cat7
|
|
|
|
install -dV $RELDIR/usr/man/cat8
|
|
|
|
install -dV $RELDIR/usr/orca/bin
|
|
|
|
install -dV $RELDIR/usr/sbin
|
|
|
|
install -dV $RELDIR/var/adm
|
|
|
|
install -dV $RELDIR/var/run
|
|
|
|
install -dV $RELDIR/var/spool
|
1997-09-30 04:01:00 +00:00
|
|
|
|
|
|
|
echo "installing files in /"
|
fudgeinstall:
- create directories /lib/rinclude and /usr/ainclude, and
populate them
- updated entries for:
initrc, aroff, binprint, gsh, /etc/glogin, syslog.conf,
getvers, nroff, tmac.an, tmac.s
- grab describe.src from the source repository
mkboot:
- create directories /var/adm and /doc, and insert 'delete.me' files
- install glogin file
checksizes:
- initial checkin. This script complains if the extracted size of
a NuFX archive is larger than will fit on an 800k disk.
builddate.rez:
- this has been moved to ../rinclude
1999-01-18 03:00:16 +00:00
|
|
|
install -V $ROOT/kern.971027 $RELDIR/kern
|
|
|
|
install -V $SRC/gno/verbatim/initrc $RELDIR
|
1997-09-30 04:01:00 +00:00
|
|
|
|
|
|
|
echo "installing files in /HFSinclude"
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /HFSinclude/net/*.h $RELDIR2/HFSinclude/net
|
|
|
|
install -V /HFSinclude/netinet/*.h $RELDIR2/HFSinclude/netinet
|
|
|
|
install -V /HFSinclude/sys/*.h $RELDIR2/HFSinclude/sys
|
1997-09-30 04:01:00 +00:00
|
|
|
|
|
|
|
echo "installing files in /bin"
|
fudgeinstall:
- create directories /lib/rinclude and /usr/ainclude, and
populate them
- updated entries for:
initrc, aroff, binprint, gsh, /etc/glogin, syslog.conf,
getvers, nroff, tmac.an, tmac.s
- grab describe.src from the source repository
mkboot:
- create directories /var/adm and /doc, and insert 'delete.me' files
- install glogin file
checksizes:
- initial checkin. This script complains if the extracted size of
a NuFX archive is larger than will fit on an 800k disk.
builddate.rez:
- this has been moved to ../rinclude
1999-01-18 03:00:16 +00:00
|
|
|
# aroff done
|
|
|
|
# binprint done
|
1998-04-10 17:46:28 +00:00
|
|
|
# cat done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /bin/center $RELDIR/bin
|
|
|
|
install -V /usr/orca/bin/chmod $RELDIR/bin
|
1998-04-10 17:46:28 +00:00
|
|
|
# chtyp done
|
|
|
|
# cmp done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /bin/compress $RELDIR/bin
|
|
|
|
install -V /bin/cp $RELDIR/bin
|
|
|
|
install -V /bin/date $RELDIR/bin
|
1998-04-10 17:46:28 +00:00
|
|
|
# df done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /bin/du $RELDIR/bin
|
|
|
|
install -V /bin/echo $RELDIR/bin
|
|
|
|
install -V /bin/egrep $RELDIR/bin
|
1998-04-10 17:46:28 +00:00
|
|
|
# false done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /bin/fgrep $RELDIR/bin
|
|
|
|
install -V /bin/freeze $RELDIR/bin
|
|
|
|
install -V /bin/grep $RELDIR/bin
|
fudgeinstall:
- create directories /lib/rinclude and /usr/ainclude, and
populate them
- updated entries for:
initrc, aroff, binprint, gsh, /etc/glogin, syslog.conf,
getvers, nroff, tmac.an, tmac.s
- grab describe.src from the source repository
mkboot:
- create directories /var/adm and /doc, and insert 'delete.me' files
- install glogin file
checksizes:
- initial checkin. This script complains if the extracted size of
a NuFX archive is larger than will fit on an 800k disk.
builddate.rez:
- this has been moved to ../rinclude
1999-01-18 03:00:16 +00:00
|
|
|
# gsh done
|
1998-04-10 17:46:28 +00:00
|
|
|
# head done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /bin/hostname $RELDIR/bin
|
|
|
|
install -V /bin/init $RELDIR/bin
|
1998-04-10 17:46:28 +00:00
|
|
|
# kill done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /bin/less $RELDIR/bin
|
|
|
|
install -V /bin/ls $RELDIR/bin
|
|
|
|
install -V /bin/mkdir $RELDIR/bin
|
|
|
|
install -V /bin/more $RELDIR/bin
|
1997-09-30 04:01:00 +00:00
|
|
|
# mv is actually cp
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /bin/passwd $RELDIR/bin
|
|
|
|
install -V /usr/bin/eps $RELDIR/bin/ps
|
|
|
|
install -V /bin/purge $RELDIR/bin
|
1998-04-10 17:46:28 +00:00
|
|
|
# pwd done
|
|
|
|
# rmdir done
|
|
|
|
# sleep done
|
|
|
|
# split done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /bin/strings $RELDIR/bin
|
|
|
|
install -V /bin/stty $RELDIR/bin
|
|
|
|
install -V /bin/su $RELDIR/bin
|
1998-04-10 17:46:28 +00:00
|
|
|
# tail done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /bin/tar $RELDIR/bin
|
1998-04-10 17:46:28 +00:00
|
|
|
# tee done
|
|
|
|
# test done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /bin/time $RELDIR/bin
|
|
|
|
install -V /usr/local/bin/touch $RELDIR/bin
|
1998-04-10 17:46:28 +00:00
|
|
|
# tr done
|
|
|
|
# true done
|
|
|
|
# uname done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /bin/uncompress $RELDIR/bin
|
1998-04-10 17:46:28 +00:00
|
|
|
# uniq done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /bin/vi $RELDIR/bin
|
1998-04-10 17:46:28 +00:00
|
|
|
# wc done
|
|
|
|
# yes done
|
1997-09-30 04:01:00 +00:00
|
|
|
|
|
|
|
echo "installing files in /dev"
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /dev/modem $RELDIR/dev
|
|
|
|
install -V /dev/printer $RELDIR/dev
|
|
|
|
install -V /dev/null $RELDIR/dev
|
1997-09-30 04:01:00 +00:00
|
|
|
|
|
|
|
echo "installing files in /etc"
|
|
|
|
# don't need cronlog, crontab yet
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /etc/freeze.cnf $RELDIR/etc
|
|
|
|
# gettytab done
|
fudgeinstall:
- create directories /lib/rinclude and /usr/ainclude, and
populate them
- updated entries for:
initrc, aroff, binprint, gsh, /etc/glogin, syslog.conf,
getvers, nroff, tmac.an, tmac.s
- grab describe.src from the source repository
mkboot:
- create directories /var/adm and /doc, and insert 'delete.me' files
- install glogin file
checksizes:
- initial checkin. This script complains if the extracted size of
a NuFX archive is larger than will fit on an 800k disk.
builddate.rez:
- this has been moved to ../rinclude
1999-01-18 03:00:16 +00:00
|
|
|
install -V $SRC/gno/verbatim/etc/glogin $RELDIR/etc
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V $SRC/gno/verbatim/etc/group $RELDIR/etc
|
|
|
|
install -V $SRC/gno/verbatim/etc/inittab $RELDIR/etc
|
|
|
|
install -V $SRC/gno/verbatim/etc/motd $RELDIR/etc
|
|
|
|
echo >> $RELDIR/etc/motd
|
1997-09-30 04:01:00 +00:00
|
|
|
echo -n 'GNO release build date: ' >> $RELDIR/etc/motd
|
|
|
|
date >> $RELDIR/etc/motd
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V $SRC/gno/verbatim/etc/namespace $RELDIR/etc
|
|
|
|
install -V $SRC/gno/verbatim/etc/passwd $RELDIR/etc
|
|
|
|
install -V $SRC/gno/verbatim/etc/rchost $RELDIR/etc
|
fudgeinstall:
- create directories /lib/rinclude and /usr/ainclude, and
populate them
- updated entries for:
initrc, aroff, binprint, gsh, /etc/glogin, syslog.conf,
getvers, nroff, tmac.an, tmac.s
- grab describe.src from the source repository
mkboot:
- create directories /var/adm and /doc, and insert 'delete.me' files
- install glogin file
checksizes:
- initial checkin. This script complains if the extracted size of
a NuFX archive is larger than will fit on an 800k disk.
builddate.rez:
- this has been moved to ../rinclude
1999-01-18 03:00:16 +00:00
|
|
|
install -V /etc/syslog.conf $RELDIR/etc
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V $SRC/gno/verbatim/etc/termcap $RELDIR/etc
|
|
|
|
install -V $SRC/gno/verbatim/etc/tty.config $RELDIR/etc
|
|
|
|
install -V $SRC/gno/verbatim/etc/ttys $RELDIR/etc
|
1997-09-30 04:01:00 +00:00
|
|
|
touch $RELDIR/etc/wtmp; chtyp -tbin -a0 $RELDIR/etc/wtmp
|
|
|
|
|
|
|
|
echo "installing files in /home/root"
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V $SRC/gno/verbatim/home/root/gshrc $RELDIR/home/root
|
1997-09-30 04:01:00 +00:00
|
|
|
|
1998-04-10 17:46:28 +00:00
|
|
|
# echo "installing files in /lib"
|
|
|
|
# install 13/libc $RELDIR/lib
|
|
|
|
# install 13/lsaneglue $RELDIR/lib
|
|
|
|
# install 13/orcalib $RELDIR/lib
|
|
|
|
# install 13/sysfloat $RELDIR/lib
|
1997-09-30 04:01:00 +00:00
|
|
|
|
|
|
|
echo "installing files in /lib/orcacdefs"
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V $SRC/gno/orcacdefs/defaults.h $RELDIR/lib/orcacdefs
|
1997-09-30 04:01:00 +00:00
|
|
|
|
|
|
|
echo "installing files in /sbin"
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /usr/sbin/initd $RELDIR/sbin
|
1998-04-10 17:46:28 +00:00
|
|
|
# renram5 done
|
1997-09-30 04:01:00 +00:00
|
|
|
|
|
|
|
echo "installing files in /usr/bin"
|
1998-04-10 17:46:28 +00:00
|
|
|
# apropos done
|
|
|
|
# asml should be copied from compile
|
|
|
|
# assemble should be copied from compile
|
1998-04-24 03:38:51 +00:00
|
|
|
# awk done
|
1998-04-10 17:46:28 +00:00
|
|
|
# basename done
|
|
|
|
# catrez done
|
|
|
|
# cksum done
|
|
|
|
# colcrt done
|
|
|
|
# cmpl should be copied from compile
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /usr/local/bin/coff $RELDIR/usr/bin
|
1998-04-10 17:46:28 +00:00
|
|
|
# compile done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /usr/bin/copycat $RELDIR/usr/bin
|
|
|
|
install -V /usr/bin/cpp $RELDIR/usr/bin
|
1998-04-10 17:46:28 +00:00
|
|
|
# cut done
|
|
|
|
# ctags done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /usr/bin/diff $RELDIR/usr/bin
|
1998-04-10 17:46:28 +00:00
|
|
|
# dirname done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /usr/local/bin/dmake $RELDIR/usr/bin
|
1998-04-10 17:46:28 +00:00
|
|
|
# fmt done
|
fudgeinstall:
- create directories /lib/rinclude and /usr/ainclude, and
populate them
- updated entries for:
initrc, aroff, binprint, gsh, /etc/glogin, syslog.conf,
getvers, nroff, tmac.an, tmac.s
- grab describe.src from the source repository
mkboot:
- create directories /var/adm and /doc, and insert 'delete.me' files
- install glogin file
checksizes:
- initial checkin. This script complains if the extracted size of
a NuFX archive is larger than will fit on an 800k disk.
builddate.rez:
- this has been moved to ../rinclude
1999-01-18 03:00:16 +00:00
|
|
|
# getvers done
|
1998-04-10 17:46:28 +00:00
|
|
|
# help done
|
|
|
|
# install done
|
|
|
|
# last done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /usr/bin/launch $RELDIR/usr/bin
|
1998-04-10 17:46:28 +00:00
|
|
|
# link done
|
|
|
|
# lseg done
|
|
|
|
# man done
|
fudgeinstall:
- create directories /lib/rinclude and /usr/ainclude, and
populate them
- updated entries for:
initrc, aroff, binprint, gsh, /etc/glogin, syslog.conf,
getvers, nroff, tmac.an, tmac.s
- grab describe.src from the source repository
mkboot:
- create directories /var/adm and /doc, and insert 'delete.me' files
- install glogin file
checksizes:
- initial checkin. This script complains if the extracted size of
a NuFX archive is larger than will fit on an 800k disk.
builddate.rez:
- this has been moved to ../rinclude
1999-01-18 03:00:16 +00:00
|
|
|
# nroff done
|
1998-04-10 17:46:28 +00:00
|
|
|
# removerez done
|
|
|
|
# rlogin done
|
|
|
|
# rsh done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /bin/script $RELDIR/usr/bin
|
1998-07-07 02:31:22 +00:00
|
|
|
# sed done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /usr/bin/setvers $RELDIR/usr/bin
|
|
|
|
install -V /usr/bin/unshar $RELDIR/usr/bin
|
|
|
|
install -V /usr/bin/uptime $RELDIR/usr/bin
|
1998-04-10 17:46:28 +00:00
|
|
|
# whatis done
|
|
|
|
# whereis done
|
|
|
|
# who done
|
|
|
|
# whois done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /usr/bin/yankit $RELDIR/usr/bin
|
1997-09-30 04:01:00 +00:00
|
|
|
|
fudgeinstall:
- create directories /lib/rinclude and /usr/ainclude, and
populate them
- updated entries for:
initrc, aroff, binprint, gsh, /etc/glogin, syslog.conf,
getvers, nroff, tmac.an, tmac.s
- grab describe.src from the source repository
mkboot:
- create directories /var/adm and /doc, and insert 'delete.me' files
- install glogin file
checksizes:
- initial checkin. This script complains if the extracted size of
a NuFX archive is larger than will fit on an 800k disk.
builddate.rez:
- this has been moved to ../rinclude
1999-01-18 03:00:16 +00:00
|
|
|
echo "installing files in /usr/ainclude"
|
|
|
|
chtyp -lasm $SRC/gno/ainclude/m*
|
|
|
|
install -V $SRC/gno/ainclude/m* $RELDIR/usr/ainclude
|
|
|
|
|
|
|
|
echo "installing files in /lib/rinclude"
|
|
|
|
chtyp -lrez $SRC/gno/rinclude/*.rez
|
|
|
|
install -V $SRC/gno/rinclude/*.rez $RELDIR/lib/rinclude
|
|
|
|
|
1997-09-30 04:01:00 +00:00
|
|
|
echo "installing files in /usr/include"
|
1999-01-26 08:20:04 +00:00
|
|
|
# The cd is (maybe) necessary due to PR#110
|
|
|
|
cd $SRC/gno/include; install -V *.h $RELDIR/usr/include
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V $SRC/gno/include/arpa/*.h $RELDIR/usr/include/arpa
|
|
|
|
install -V $SRC/gno/include/gno/*.h $RELDIR/usr/include/gno
|
|
|
|
install -V $SRC/gno/include/machine/*.h $RELDIR/usr/include/machine
|
|
|
|
install -V $SRC/gno/include/net/*.h $RELDIR/usr/include/net
|
|
|
|
install -V $SRC/gno/include/netinet/*.h $RELDIR/usr/include/netinet
|
|
|
|
install -V $SRC/gno/include/protocols/*.h $RELDIR/usr/include/protocols
|
|
|
|
install -V $SRC/gno/include/rpc/*.h $RELDIR/usr/include/rpc
|
|
|
|
install -V $SRC/gno/include/sys/*.h $RELDIR/usr/include/sys
|
1999-01-26 08:20:04 +00:00
|
|
|
cd $SRC/gno/include; chtyp -lcc $RELDIR/usr/include/*.h
|
1998-04-10 17:46:28 +00:00
|
|
|
chtyp -lcc $RELDIR/usr/include/arpa/*.h
|
|
|
|
chtyp -lcc $RELDIR/usr/include/gno/*.h
|
|
|
|
chtyp -lcc $RELDIR/usr/include/machine/*.h
|
|
|
|
chtyp -lcc $RELDIR/usr/include/net/*.h
|
|
|
|
chtyp -lcc $RELDIR/usr/include/netinet/*.h
|
|
|
|
chtyp -lcc $RELDIR/usr/include/protocols/*.h
|
|
|
|
chtyp -lcc $RELDIR/usr/include/rpc/*.h
|
|
|
|
chtyp -lcc $RELDIR/usr/include/sys/*.h
|
1997-09-30 04:01:00 +00:00
|
|
|
|
|
|
|
echo "installing files in /usr/lib"
|
fudgeinstall:
- create directories /lib/rinclude and /usr/ainclude, and
populate them
- updated entries for:
initrc, aroff, binprint, gsh, /etc/glogin, syslog.conf,
getvers, nroff, tmac.an, tmac.s
- grab describe.src from the source repository
mkboot:
- create directories /var/adm and /doc, and insert 'delete.me' files
- install glogin file
checksizes:
- initial checkin. This script complains if the extracted size of
a NuFX archive is larger than will fit on an 800k disk.
builddate.rez:
- this has been moved to ../rinclude
1999-01-18 03:00:16 +00:00
|
|
|
install -V $SRC/gno/doc/describe/describe.src $RELDIR/usr/lib
|
1998-04-10 17:46:28 +00:00
|
|
|
# libcontrib done
|
|
|
|
# libcrypt done
|
fudgeinstall:
- create directories /lib/rinclude and /usr/ainclude, and
populate them
- updated entries for:
initrc, aroff, binprint, gsh, /etc/glogin, syslog.conf,
getvers, nroff, tmac.an, tmac.s
- grab describe.src from the source repository
mkboot:
- create directories /var/adm and /doc, and insert 'delete.me' files
- install glogin file
checksizes:
- initial checkin. This script complains if the extracted size of
a NuFX archive is larger than will fit on an 800k disk.
builddate.rez:
- this has been moved to ../rinclude
1999-01-18 03:00:16 +00:00
|
|
|
install -V /usr/lib/curses.lib $RELDIR/usr/lib/libcurses
|
|
|
|
# libedit IS MISSING
|
1998-04-10 17:46:28 +00:00
|
|
|
# libnetdb done
|
fudgeinstall:
- create directories /lib/rinclude and /usr/ainclude, and
populate them
- updated entries for:
initrc, aroff, binprint, gsh, /etc/glogin, syslog.conf,
getvers, nroff, tmac.an, tmac.s
- grab describe.src from the source repository
mkboot:
- create directories /var/adm and /doc, and insert 'delete.me' files
- install glogin file
checksizes:
- initial checkin. This script complains if the extracted size of
a NuFX archive is larger than will fit on an 800k disk.
builddate.rez:
- this has been moved to ../rinclude
1999-01-18 03:00:16 +00:00
|
|
|
# libsim IS MISSING
|
1998-04-10 17:46:28 +00:00
|
|
|
# libtermcap done
|
|
|
|
# libutil done
|
|
|
|
# liby done
|
fudgeinstall:
- create directories /lib/rinclude and /usr/ainclude, and
populate them
- updated entries for:
initrc, aroff, binprint, gsh, /etc/glogin, syslog.conf,
getvers, nroff, tmac.an, tmac.s
- grab describe.src from the source repository
mkboot:
- create directories /var/adm and /doc, and insert 'delete.me' files
- install glogin file
checksizes:
- initial checkin. This script complains if the extracted size of
a NuFX archive is larger than will fit on an 800k disk.
builddate.rez:
- this has been moved to ../rinclude
1999-01-18 03:00:16 +00:00
|
|
|
install -V $SRC/gno/build.tools/dmake.startup $RELDIR/usr/lib/startup.mk
|
|
|
|
# /usr/lib/tmac/tmac.an done
|
|
|
|
# /usr/lib/tmac/tmac.s done
|
1997-09-30 04:01:00 +00:00
|
|
|
|
|
|
|
echo "installing files in /usr/orca/bin"
|
1998-04-10 17:46:28 +00:00
|
|
|
# describe done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V 17/occ $RELDIR/usr/orca/bin
|
1998-04-10 17:46:28 +00:00
|
|
|
# udl done
|
1997-09-30 04:01:00 +00:00
|
|
|
|
1998-04-22 04:51:12 +00:00
|
|
|
# install man pages
|
1999-01-26 08:20:04 +00:00
|
|
|
# We have to do a cd here because it seems that there is a 2k upper limit
|
|
|
|
# on the number of bytes on the command line. Exceeding this causes a
|
|
|
|
# crash. See PR#110.
|
1998-04-10 17:46:28 +00:00
|
|
|
echo "installing files in /usr/man/man1"
|
1999-01-26 08:20:04 +00:00
|
|
|
cd $SRC/gno/usr.man/man1; install -V *.1 $RELDIR/usr/man/man1
|
1998-04-10 17:46:28 +00:00
|
|
|
echo "installing files in /usr/man/man2"
|
1999-01-26 08:20:04 +00:00
|
|
|
cd $SRC/gno/usr.man/man2; install -V *.2 $RELDIR/usr/man/man2
|
1998-04-10 17:46:28 +00:00
|
|
|
echo "installing files in /usr/man/man3"
|
1999-01-26 08:20:04 +00:00
|
|
|
cd $SRC/gno/usr.man/man3; install -V *.3 $RELDIR/usr/man/man3
|
1998-04-10 17:46:28 +00:00
|
|
|
echo "installing files in /usr/man/man4"
|
1999-01-26 08:20:04 +00:00
|
|
|
cd $SRC/gno/usr.man/man4; install -V *.4 $RELDIR/usr/man/man4
|
1998-04-10 17:46:28 +00:00
|
|
|
echo "installing files in /usr/man/man5"
|
1999-01-26 08:20:04 +00:00
|
|
|
cd $SRC/gno/usr.man/man5; install -V *.5 $RELDIR/usr/man/man5
|
1998-04-10 17:46:28 +00:00
|
|
|
echo "installing files in /usr/man/man6"
|
1999-01-26 08:20:04 +00:00
|
|
|
cd $SRC/gno/usr.man/man6; install -V *.6 $RELDIR/usr/man/man6
|
1998-04-10 17:46:28 +00:00
|
|
|
echo "installing files in /usr/man/man7"
|
1999-01-26 08:20:04 +00:00
|
|
|
cd $SRC/gno/usr.man/man7; install -V *.7 $RELDIR/usr/man/man7
|
1998-04-10 17:46:28 +00:00
|
|
|
echo "installing files in /usr/man/man8"
|
1999-01-26 08:20:04 +00:00
|
|
|
cd $SRC/gno/usr.man/man8; install -V *.8 $RELDIR/usr/man/man8
|
1997-09-30 04:01:00 +00:00
|
|
|
|
|
|
|
echo "installing files in /usr/sbin"
|
1998-04-10 17:46:28 +00:00
|
|
|
# catman done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /usr/sbin/cron $RELDIR/usr/sbin
|
1998-04-10 17:46:28 +00:00
|
|
|
# descu done
|
|
|
|
# descc done
|
1998-04-22 04:51:12 +00:00
|
|
|
# getty done
|
|
|
|
install -V /usr/sbin/initd $RELDIR/usr/sbin
|
1998-04-10 17:46:28 +00:00
|
|
|
# login done
|
1997-09-30 04:01:00 +00:00
|
|
|
# lpc?
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /usr/sbin/lpd $RELDIR/usr/sbin
|
1998-04-10 17:46:28 +00:00
|
|
|
# makewhatis done
|
1998-04-22 04:51:12 +00:00
|
|
|
install -V /usr/sbin/mktmp $RELDIR/usr/sbin
|
|
|
|
install -V /usr/sbin/newuser $RELDIR/usr/sbin
|
|
|
|
install -V /usr/sbin/newuserv $RELDIR/usr/sbin
|
|
|
|
install -V /usr/sbin/runover $RELDIR/usr/sbin
|
|
|
|
install -V /usr/sbin/uptimed $RELDIR/usr/sbin
|
1997-09-30 04:01:00 +00:00
|
|
|
|
|
|
|
echo "creating log files"
|
|
|
|
touch $RELDIR/var/adm/messages
|
|
|
|
touch $RELDIR/var/adm/debug
|
|
|
|
touch $RELDIR/var/adm/utmp $RELDIR/var/adm/wtmp $RELDIR/var/adm/lastlog
|
|
|
|
chtyp -tbin -a0 $RELDIR/var/adm/utmp $RELDIR/var/adm/wtmp $RELDIR/var/adm/lastlog
|
|
|
|
|
1998-04-22 04:51:12 +00:00
|
|
|
# We make the .so links at user installation time. We leave the comments in
|
|
|
|
# from the file /src/gno/usr.man/mkso.data, but strip the comments out of
|
|
|
|
# all of the others.
|
|
|
|
echo "creating the /usr/man/mkso.data file"
|
|
|
|
install $SRC/gno/usr.man/mkso.data $RELDIR/usr/man/mkso.data
|
|
|
|
cat $DIST/install/mkso.* | egrep -v -e '^#' | msort >> $RELDIR/usr/man/mkso.data
|
|
|
|
|
1997-09-30 04:01:00 +00:00
|
|
|
# We won't use these directories, but they should be created for the user
|
|
|
|
echo "creating /usr/local hierarchy"
|
1998-04-22 04:51:12 +00:00
|
|
|
install -dV $RELDIR/usr/local/bin
|
|
|
|
install -dV $RELDIR/usr/local/doc
|
|
|
|
install -dV $RELDIR/usr/local/etc
|
|
|
|
install -dV $RELDIR/usr/local/include
|
|
|
|
install -dV $RELDIR/usr/local/lib
|
|
|
|
install -dV $RELDIR/usr/local/man/man1
|
|
|
|
install -dV $RELDIR/usr/local/man/man2
|
|
|
|
install -dV $RELDIR/usr/local/man/man3
|
|
|
|
install -dV $RELDIR/usr/local/man/man4
|
|
|
|
install -dV $RELDIR/usr/local/man/man5
|
|
|
|
install -dV $RELDIR/usr/local/man/man6
|
|
|
|
install -dV $RELDIR/usr/local/man/man7
|
|
|
|
install -dV $RELDIR/usr/local/man/man8
|
|
|
|
install -dV $RELDIR/usr/local/man/cat1
|
|
|
|
install -dV $RELDIR/usr/local/man/cat2
|
|
|
|
install -dV $RELDIR/usr/local/man/cat3
|
|
|
|
install -dV $RELDIR/usr/local/man/cat4
|
|
|
|
install -dV $RELDIR/usr/local/man/cat5
|
|
|
|
install -dV $RELDIR/usr/local/man/cat6
|
|
|
|
install -dV $RELDIR/usr/local/man/cat7
|
|
|
|
install -dV $RELDIR/usr/local/man/cat8
|
|
|
|
install -dV $RELDIR/usr/local/sbin
|
1997-09-30 04:01:00 +00:00
|
|
|
|
|
|
|
echo "done"
|