Changeset 68 for trunk/DEBIAN/postinst


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

postinst:

  • Fixed an error in the postinst script for debian

Added keywords:

  • control, postinst and postrm
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DEBIAN/postinst

    • Property svn:keywords set to Id URL
    r45 r68  
    11#!/bin/sh
     2#
     3# SVN Info:
     4#       $Id$
     5#       $URL$
    26
    37DAEMON=beo_pxeconfigd
     
    1317
    1418if [ -d /etc/xinetd.d ] && [ ! -r /etc/xinetd.d/$DAEMON ]
    15   then
     19then
    1620    cat <<EOF >/etc/xinetd.d/$DAEMON
    1721service $DAEMON
     
    2832
    2933    /etc/init.d/xinetd reload
    30 fi
    3134
    32 if [ -r /etc/inetd.conf ]
    33   then
     35elif [ -r /etc/inetd.conf ]
     36then
    3437    update-inetd --add "$DAEMON\tstream\ttcp\tnowait\troot.sys\t/usr/sbin/tcpd\t/usr/sbin/$DAEMON"
    3538    /etc/init.d/inetd reload
Note: See TracChangeset for help on using the changeset viewer.