vp-build/templates/portmap/files/portmap
Juan RP 7fa9dc697a Added portmap-6.0 template.
--HG--
extra : convert_revision : 4e75448816e8d3256d5009a61f394bdb45607a0e
2009-03-14 01:42:42 +01:00

14 lines
191 B
Bash
Executable File

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