void-packages/templates/portmap/files/portmap
Juan RP 7bb1915c63 portmap: add "KEYWORD: shutdown" into the rc.d script.
Bump revision.

--HG--
extra : convert_revision : d5b860704414e5dc0b03de4be85eea7600ba4688
2009-03-28 11:26:30 +01:00

14 lines
211 B
Bash
Executable file

#!/bin/sh
#
# PROVIDE: portmap
# REQUIRE: LOGIN DAEMON NETWORKING
# KEYWORD: shutdown
$_rc_subr_loaded . /etc/rc.subr
name="portmap"
rcvar=$name
command="/sbin/$name"
load_rc_config $name
run_rc_command "$1"