[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/Makefile between version 1.85 and 1.86

version 1.85, 1998/04/07 23:24:06 version 1.86, 1998/05/05 21:51:51
Line 18 
Line 18 
         locate.rc man.conf monthly motd mrouted.conf myname ipnat.rules \          locate.rc man.conf monthly motd mrouted.conf myname ipnat.rules \
         netstart networks newsyslog.conf passwd.conf phones printcap \          netstart networks newsyslog.conf passwd.conf phones printcap \
         protocols rbootd.conf rc rc.conf rc.local rc.securelevel remote rpc \          protocols rbootd.conf rc rc.conf rc.local rc.securelevel remote rpc \
         security services shells sysctl.conf syslog.conf weekly \          security services shells syslog.conf weekly \
         etc.${MACHINE}/disktab          etc.${MACHINE}/disktab
   
 # -rw-rw-r--  # -rw-rw-r--
Line 54 
Line 54 
         cat etc.${MACHINE}/ttys ttys.pty > ${DESTDIR}/etc/ttys && \          cat etc.${MACHINE}/ttys ttys.pty > ${DESTDIR}/etc/ttys && \
             chown ${BINOWN} ${DESTDIR}/etc/ttys && \              chown ${BINOWN} ${DESTDIR}/etc/ttys && \
             chgrp ${BINGRP} ${DESTDIR}/etc/ttys && \              chgrp ${BINGRP} ${DESTDIR}/etc/ttys && \
               chmod 644 ${DESTDIR}/etc/ttys
           cat sysctl.conf etc.${MACHINE}/sysctl.conf > ${DESTDIR}/etc/sysctl.conf && \
               chown ${BINOWN} ${DESTDIR}/etc/sysctl.conf && \
               chgrp ${BINGRP} ${DESTDIR}/etc/sysctl.conf && \
             chmod 644 ${DESTDIR}/etc/ttys              chmod 644 ${DESTDIR}/etc/ttys
         cat fbtab.head etc.${MACHINE}/fbtab fbtab.tail > ${DESTDIR}/etc/fbtab && \          cat fbtab.head etc.${MACHINE}/fbtab fbtab.tail > ${DESTDIR}/etc/fbtab && \
             chown ${BINOWN} ${DESTDIR}/etc/fbtab && \              chown ${BINOWN} ${DESTDIR}/etc/fbtab && \

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86