Changeset 44 for trunk/pxeconfig/DEBIAN/postrm
- Timestamp:
- 09/03/04 12:08:36 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pxeconfig/DEBIAN/postrm
r40 r44 6 6 then 7 7 update-inetd --remove "$DAEMON\tstream\ttcp\tnowait\troot.sys\t/usr/sbin/tcpd\t/usr/sbin/$DAEMON" 8 rm /etc/xinetd.d/pxe 8 9 /etc/init.d/inetd reload 10 /etc/init.d/xinetd reload 9 11 10 12 PXE_TEST=`grep $DAEMON /etc/services` 11 13 12 if [ "$PXE_TEST" ]; then14 if [ ! -z "$PXE_TEST" ]; then 13 15 grep -v "$DAEMON" /etc/services > /tmp/services.tmp 14 16 mv /tmp/services.tmp /etc/services
Note: See TracChangeset
for help on using the changeset viewer.