diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-03-27 00:15:24 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-03-27 00:15:24 +0000 |
commit | 1d6b4b3f9145338f9413b8827d5fdb118ac9be1f (patch) | |
tree | 2fcb7a6c8fd09bc0b639967f8bc88bcc777caaea /security/drweb/files | |
parent | - Commit other files CVS failed to commit by dying in the middle :-( (diff) |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes
Notes:
svn path=/head/; revision=251553
Diffstat (limited to 'security/drweb/files')
-rw-r--r-- | security/drweb/files/drwebd.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/drweb/files/drwebd.in b/security/drweb/files/drwebd.in index e2fb891ee0ca..2264a4e66c0a 100644 --- a/security/drweb/files/drwebd.in +++ b/security/drweb/files/drwebd.in @@ -1,12 +1,12 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/security/drweb/files/Attic/drwebd.in,v 1.1 2009-02-04 10:26:35 pgollucci Exp $ +# $FreeBSD: /tmp/pcvs/ports/security/drweb/files/Attic/drwebd.in,v 1.2 2010-03-27 00:14:43 dougb Exp $ # PROVIDE: drwebd # REQUIRE: DAEMON # BEFORE: mail -. %%RC_SUBR%% +. /etc/rc.subr name="drwebd" rcvar=`set_rcvar` |