=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.36 retrieving revision 1.37 diff -c -r1.36 -r1.37 *** src/etc/Makefile 1997/01/21 12:02:41 1.36 --- src/etc/Makefile 1997/01/22 11:13:53 1.37 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.36 1997/01/21 12:02:41 graichen Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.37 1997/01/22 11:13:53 niklas Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific *************** *** 29,34 **** --- 29,47 ---- WCS1= wcs fppwcs poc poc1 poc2 fppoc WCS2= fpevent fppwcs fppwcs_dual hdcwcs load_diags start_fpp wcs wcs_dual + # Use NOGZIP on architectures where the gzip'ing would take too much time + # (pmax or slower :-)). This way you get only tar'ed snap files and you can + # gzip them on a faster machine + .ifndef NOGZIP + GZIP?= gzip + GZIPFLAGS?= -9 + GZIPEXT?= .gz + .else + GZIP= cat + GZIPFLAGS= + GZIPEXT= + .endif + all clean cleandir depend etc install lint: .ifndef DESTDIR *************** *** 37,43 **** @false .else distribution-etc-root-var: distrib-dirs ! install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc cat etc.${MACHINE}/ttys ttys.pty > ${DESTDIR}/etc/ttys && \ chown ${BINOWN} ${DESTDIR}/etc/ttys && \ chgrp ${BINGRP} ${DESTDIR}/etc/ttys && \ --- 50,56 ---- @false .else distribution-etc-root-var: distrib-dirs ! ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc cat etc.${MACHINE}/ttys ttys.pty > ${DESTDIR}/etc/ttys && \ chown ${BINOWN} ${DESTDIR}/etc/ttys && \ chgrp ${BINGRP} ${DESTDIR}/etc/ttys && \ *************** *** 46,146 **** chown ${BINOWN} ${DESTDIR}/etc/fbtab && \ chgrp ${BINGRP} ${DESTDIR}/etc/fbtab && \ chmod 644 ${DESTDIR}/etc/fbtab ! install -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc ! install -c -o root -g wheel -m 600 crontab ${DESTDIR}/var/cron/tabs/root ! install -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc pwd_mkdb -p -d ${DESTDIR}/etc /etc/master.passwd ! install -c -o ${BINOWN} -g ${BINGRP} -m 555 \ MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev (cd root; \ ! install -c -o root -g wheel -m 644 dot.cshrc \ ${DESTDIR}/root/.cshrc; \ ! install -c -o root -g wheel -m 644 dot.klogin \ ${DESTDIR}/root/.klogin; \ ! install -c -o root -g wheel -m 644 dot.login \ ${DESTDIR}/root/.login; \ ! install -c -o root -g wheel -m 644 dot.profile \ ${DESTDIR}/root/.profile; \ rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \ ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \ ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile) (cd kerberosIV; \ ! install -c -o root -g wheel -m 644 README \ ${DESTDIR}/etc/kerberosIV; \ ! install -c -o root -g wheel -m 644 krb.conf \ ${DESTDIR}/etc/kerberosIV; \ ! install -c -o root -g wheel -m 444 krb.realms \ ${DESTDIR}/etc/kerberosIV) (cd amd; \ ! install -c -o root -g wheel -m 644 master.sample \ ${DESTDIR}/etc/amd) (cd mtree; \ ! install -c -o root -g wheel -m 600 special \ ${DESTDIR}/etc/mtree; \ ! install -c -o root -g wheel -m 444 4.4BSD.dist \ ${DESTDIR}/etc/mtree) (cd ppp; \ ! install -c -o root -g wheel -m 600 chap-secrets \ ${DESTDIR}/etc/ppp; \ ! install -c -o root -g wheel -m 600 options \ ${DESTDIR}/etc/ppp; \ ! install -c -o root -g wheel -m 600 options.leaf \ ${DESTDIR}/etc/ppp; \ ! install -c -o root -g wheel -m 600 options.sample \ ${DESTDIR}/etc/ppp; \ ! install -c -o root -g wheel -m 600 chatscript.sample \ ${DESTDIR}/etc/ppp; \ ! install -c -o root -g wheel -m 600 pap-secrets \ ${DESTDIR}/etc/ppp) ! cd namedb; install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \ ${DESTDIR}/etc/namedb /bin/rm -f ${DESTDIR}/etc/localtime ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime /bin/rm -f ${DESTDIR}/etc/rmt ln -s /usr/sbin/rmt ${DESTDIR}/etc/rmt ! install -c -o root -g wheel -m 644 minfree \ ${DESTDIR}/var/crash ! install -c -o ${BINOWN} -g operator -m 664 /dev/null \ ${DESTDIR}/etc/dumpdates ! install -c -o ${BINOWN} -g operator -m 644 /dev/null \ ${DESTDIR}/etc/skeykeys ! install -c -o root -g wheel -m 600 /dev/null \ ${DESTDIR}/var/cron/log ! install -c -o nobody -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/db/locate.database ! install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/authlog ! install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/daemon ! install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/lastlog ! install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/lpd-errs ! install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/maillog ! install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/messages ! install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/ftpd ! install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/secure ! install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/wtmp ! install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/xferlog ! install -c -o daemon -g staff -m 664 /dev/null \ ${DESTDIR}/var/msgs/bounds ! install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/run/utmp ! (cd etc.${MACHINE}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ fstab.* ${DESTDIR}/etc) (cd ${DESTDIR}/dev; ./MAKEDEV all) .if ${MACHINE} == "tahoe" ! (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS1} \ ${DESTDIR}/) .endif .if ${MACHINE} == "vax" ! (cd etc.vax; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \ ${DESTDIR}/) .endif (cd ../usr.sbin/sendmail/cf/cf; ${MAKE} distribution) --- 59,159 ---- chown ${BINOWN} ${DESTDIR}/etc/fbtab && \ chgrp ${BINGRP} ${DESTDIR}/etc/fbtab && \ chmod 644 ${DESTDIR}/etc/fbtab ! ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc ! ${INSTALL} -c -o root -g wheel -m 600 crontab ${DESTDIR}/var/cron/tabs/root ! ${INSTALL} -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc pwd_mkdb -p -d ${DESTDIR}/etc /etc/master.passwd ! ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \ MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev (cd root; \ ! ${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \ ${DESTDIR}/root/.cshrc; \ ! ${INSTALL} -c -o root -g wheel -m 644 dot.klogin \ ${DESTDIR}/root/.klogin; \ ! ${INSTALL} -c -o root -g wheel -m 644 dot.login \ ${DESTDIR}/root/.login; \ ! ${INSTALL} -c -o root -g wheel -m 644 dot.profile \ ${DESTDIR}/root/.profile; \ rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \ ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \ ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile) (cd kerberosIV; \ ! ${INSTALL} -c -o root -g wheel -m 644 README \ ${DESTDIR}/etc/kerberosIV; \ ! ${INSTALL} -c -o root -g wheel -m 644 krb.conf \ ${DESTDIR}/etc/kerberosIV; \ ! ${INSTALL} -c -o root -g wheel -m 444 krb.realms \ ${DESTDIR}/etc/kerberosIV) (cd amd; \ ! ${INSTALL} -c -o root -g wheel -m 644 master.sample \ ${DESTDIR}/etc/amd) (cd mtree; \ ! ${INSTALL} -c -o root -g wheel -m 600 special \ ${DESTDIR}/etc/mtree; \ ! ${INSTALL} -c -o root -g wheel -m 444 4.4BSD.dist \ ${DESTDIR}/etc/mtree) (cd ppp; \ ! ${INSTALL} -c -o root -g wheel -m 600 chap-secrets \ ${DESTDIR}/etc/ppp; \ ! ${INSTALL} -c -o root -g wheel -m 600 options \ ${DESTDIR}/etc/ppp; \ ! ${INSTALL} -c -o root -g wheel -m 600 options.leaf \ ${DESTDIR}/etc/ppp; \ ! ${INSTALL} -c -o root -g wheel -m 600 options.sample \ ${DESTDIR}/etc/ppp; \ ! ${INSTALL} -c -o root -g wheel -m 600 chatscript.sample \ ${DESTDIR}/etc/ppp; \ ! ${INSTALL} -c -o root -g wheel -m 600 pap-secrets \ ${DESTDIR}/etc/ppp) ! cd namedb; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \ ${DESTDIR}/etc/namedb /bin/rm -f ${DESTDIR}/etc/localtime ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime /bin/rm -f ${DESTDIR}/etc/rmt ln -s /usr/sbin/rmt ${DESTDIR}/etc/rmt ! ${INSTALL} -c -o root -g wheel -m 644 minfree \ ${DESTDIR}/var/crash ! ${INSTALL} -c -o ${BINOWN} -g operator -m 664 /dev/null \ ${DESTDIR}/etc/dumpdates ! ${INSTALL} -c -o ${BINOWN} -g operator -m 644 /dev/null \ ${DESTDIR}/etc/skeykeys ! ${INSTALL} -c -o root -g wheel -m 600 /dev/null \ ${DESTDIR}/var/cron/log ! ${INSTALL} -c -o nobody -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/db/locate.database ! ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/authlog ! ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/daemon ! ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/lastlog ! ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/lpd-errs ! ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/maillog ! ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/messages ! ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/ftpd ! ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/secure ! ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/wtmp ! ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/xferlog ! ${INSTALL} -c -o daemon -g staff -m 664 /dev/null \ ${DESTDIR}/var/msgs/bounds ! ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/run/utmp ! (cd etc.${MACHINE}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ fstab.* ${DESTDIR}/etc) (cd ${DESTDIR}/dev; ./MAKEDEV all) .if ${MACHINE} == "tahoe" ! (cd etc.tahoe; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS1} \ ${DESTDIR}/) .endif .if ${MACHINE} == "vax" ! (cd etc.vax; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \ ${DESTDIR}/) .endif (cd ../usr.sbin/sendmail/cf/cf; ${MAKE} distribution) *************** *** 149,162 **** (cd ..; ${MAKE} install) hcx9-distribution: ! (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS2} \ ${DESTDIR}/) distrib-dirs: ! install -d -o root -g wheel -m 755 ${DESTDIR} -mtree -def mtree/4.4BSD.dist -p ${DESTDIR}/ -u if [ ! -f ${DESTDIR}/usr/src ]; then \ ! install -d -o root -g wsrc -m 775 ${DESTDIR}/usr/src; \ fi cd ${DESTDIR}; rm -f sys; ln -s usr/src/sys sys --- 162,175 ---- (cd ..; ${MAKE} install) hcx9-distribution: ! (cd etc.tahoe; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS2} \ ${DESTDIR}/) distrib-dirs: ! ${INSTALL} -d -o root -g wheel -m 755 ${DESTDIR} -mtree -def mtree/4.4BSD.dist -p ${DESTDIR}/ -u if [ ! -f ${DESTDIR}/usr/src ]; then \ ! ${INSTALL} -d -o root -g wsrc -m 775 ${DESTDIR}/usr/src; \ fi cd ${DESTDIR}; rm -f sys; ln -s usr/src/sys sys *************** *** 165,183 **** snap_pre: /bin/rm -rf ${DESTDIR}/snapshot ! install -d -o root -g wheel -m 755 ${DESTDIR}/snapshot ! ! # check if GZIP is set - else set it to "gzip" ! # you may set it to "cat" alternatively for architectures ! # where the gzip'ing would take too much time (pmax or slower :-) ! # this way you get only tar'ed snap files and you can gzip ! # them on a faster machine ! ! .ifndef GZIP ! GZIP= gzip ! GZIPFLAGS= -9 ! GZIPEXT= .gz ! .endif snap_tar: cd ${DESTDIR} && tar cf - bin \ --- 178,184 ---- snap_pre: /bin/rm -rf ${DESTDIR}/snapshot ! ${INSTALL} -d -o root -g wheel -m 755 ${DESTDIR}/snapshot snap_tar: cd ${DESTDIR} && tar cf - bin \