Filewatcher File Search
FTP Search
  
Directory (beta)
  
Content Search (beta)
   
pkg://wipl-daemon_20020601-10_powerpc.deb:52664/preinst  info  downloads

#! /bin/sh
# preinst script for wipl-daemon
#
# see: dh_installdeb(1)

set -e

case "$1" in
    install|upgrade)
    	# Add users and group
	if ! grep -q ^wipld: /etc/group; then
	  addgroup wipld >/dev/null
	fi
	if ! grep -q ^wipld: /etc/passwd; then
	  adduser --system --ingroup wipld wipld >/dev/null
	fi
	usermod -c "Wipld Daemon" wipld
	usermod -s "/bin/false" wipld
      ;;

    abort-upgrade)
    ;;

    *)
        echo "preinst called with unknown argument \`$1'" >&2
        exit 0
    ;;
esac



exit 0


Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2008 IT MARUHN