Filewatcher File Search
FTP Search
  
Directory 
  
Content Search 
   
pkg://nagios-text_1.3-cvs.20050402-2.sarge.2_i386.deb:901784/postinst  info  downloads

#! /bin/sh
# postinst script for nagios
#
# see: dh_installdeb(1)

set -e

case "$1" in
configure|upgrade)
	# make sure this file exists
	statusfile="/var/log/nagios/status.log"
	if [ ! -f "$statusfile" ]; then
		touch "$statusfile"
		chown nagios:www-data "$statusfile"
		chmod 644 "$statusfile"
	fi
;;
esac


Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2009 MARUHN Internet Solutions