Ignore:
Timestamp:
09/03/04 12:08:36 (20 years ago)
Author:
bastiaans
Message:

DEBIAN/postinst:

Support toegevoegd voor xinetd

DEBIAN/postrm:

Support toegevoegd voor xinetd

Changelog:

Versie en change toegevoegd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pxeconfig/DEBIAN/postrm

    r40 r44  
    66then
    77  update-inetd --remove "$DAEMON\tstream\ttcp\tnowait\troot.sys\t/usr/sbin/tcpd\t/usr/sbin/$DAEMON"
     8  rm /etc/xinetd.d/pxe
    89  /etc/init.d/inetd reload
     10  /etc/init.d/xinetd reload
    911
    1012  PXE_TEST=`grep $DAEMON /etc/services`
    1113
    12   if [ "$PXE_TEST" ]; then
     14  if [ ! -z "$PXE_TEST" ]; then
    1315    grep -v "$DAEMON" /etc/services > /tmp/services.tmp
    1416    mv /tmp/services.tmp /etc/services
Note: See TracChangeset for help on using the changeset viewer.