Your IP : 216.73.216.155


Current Path : /etc/resolvconf/update-libc.d/
Upload File :
Current File : //etc/resolvconf/update-libc.d/fetchmail

#!/bin/sh

while [ "$1" ]; do
	if [ "$1" = "--nscd" ]; then
		exit 0
	fi
	shift
done

if [ -x /etc/init.d/fetchmail ]; then
	/etc/init.d/fetchmail awaken
fi