Browse Source

rc_restart is legit here.

OPENBSD_5_0
ajacoutot 13 years ago
parent
commit
52ec00484b
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/etc/rc.d/portmap

+ 1
- 2
src/etc/rc.d/portmap View File

@ -1,12 +1,11 @@
#!/bin/sh #!/bin/sh
# #
# $OpenBSD: portmap,v 1.1 2011/07/07 01:52:58 robert Exp $
# $OpenBSD: portmap,v 1.2 2011/07/07 05:20:38 ajacoutot Exp $
daemon="/usr/sbin/portmap" daemon="/usr/sbin/portmap"
. /etc/rc.d/rc.subr . /etc/rc.d/rc.subr
rc_reload=NO rc_reload=NO
rc_restart=NO
rc_cmd $1 rc_cmd $1

Loading…
Cancel
Save