Changeset 70 for trunk/DEBIAN/postinst


Ignore:
Timestamp:
11/14/06 12:25:00 (17 years ago)
Author:
bas
Message:

DEBIAN/postinst:

  • Used wrong statement for inetd check
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DEBIAN/postinst

    r68 r70  
    3333    /etc/init.d/xinetd reload
    3434
    35 elif [ -r /etc/inetd.conf ]
     35elif [ -x /etc/init.d/inetd ]
    3636then
    3737    update-inetd --add "$DAEMON\tstream\ttcp\tnowait\troot.sys\t/usr/sbin/tcpd\t/usr/sbin/$DAEMON"
Note: See TracChangeset for help on using the changeset viewer.