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

Diff for /src/etc/Makefile between version 1.94 and 1.95

version 1.94, 1998/12/01 04:33:27 version 1.95, 1999/01/04 02:12:09
Line 24 
Line 24 
 # -rw-rw-r--  # -rw-rw-r--
 BIN2=   motd  BIN2=   motd
   
 NAMEDB= localhost.rev named.boot root.cache  NAMEDB= localhost.rev root.cache
 PCS=    pcs750.bin  PCS=    pcs750.bin
 WCS1=   wcs fppwcs poc poc1 poc2 fppoc  WCS1=   wcs fppwcs poc poc1 poc2 fppoc
 WCS2=   fpevent fppwcs fppwcs_dual hdcwcs load_diags start_fpp wcs wcs_dual  WCS2=   fpevent fppwcs fppwcs_dual hdcwcs load_diags start_fpp wcs wcs_dual
Line 140 
Line 140 
                     ${DESTDIR}/etc/afs; \                      ${DESTDIR}/etc/afs; \
                 ${INSTALL} -c -o root -g wheel -m 644 README \                  ${INSTALL} -c -o root -g wheel -m 644 README \
                     ${DESTDIR}/etc/afs)                      ${DESTDIR}/etc/afs)
         cd namedb; ${INSTALL} -c -o named -g ${BINGRP} -m 644 ${NAMEDB} \          (cd namedb; \
             ${DESTDIR}/var/named              ${INSTALL} -c -o root -g ${BINGRP} -m 644 named.boot \
                   ${DESTDIR}/var/named; \
               ${INSTALL} -c -o named -g ${BINGRP} -m 644 ${NAMEDB} \
                   ${DESTDIR}/var/named/namedb)
         /bin/rm -f ${DESTDIR}/etc/localtime          /bin/rm -f ${DESTDIR}/etc/localtime
         ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime          ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime
         /bin/rm -f ${DESTDIR}/etc/rmt          /bin/rm -f ${DESTDIR}/etc/rmt

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95