Ooops, forgot to pull in rc.subr on systems having it

This commit is contained in:
Eric Schnoebelen 2005-11-05 02:55:59 +00:00 committed by Thomas Klausner
parent 6d2c56c7bb
commit bc39a8b155

View file

@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: pymsnt.sh,v 1.2 2005/11/05 02:47:38 schnoebe Exp $
# $NetBSD: pymsnt.sh,v 1.3 2005/11/05 02:55:59 schnoebe Exp $
#
# startup script for the PyMSNt MSN transport for Jabber
# uses the twistd application engine
@ -34,6 +34,7 @@ remove_pidfile()
}
if [ -f /etc/rc.subr ]; then
. /etc/rc.subr
load_rc_config $name
run_rc_command "$1"
else