diff options
author | dougb <dougb@FreeBSD.org> | 2012-08-06 07:19:36 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-08-06 07:19:36 +0800 |
commit | f0d9f58b7f1825fb95236f427a6400ad54ad4b5e (patch) | |
tree | 1ed78841e1757014ccc09581c61c3683992d3f77 /net/stone | |
parent | 37b2a027341f57b44383efc005905ca41779dce6 (diff) | |
download | freebsd-ports-gnome-f0d9f58b7f1825fb95236f427a6400ad54ad4b5e.tar.gz freebsd-ports-gnome-f0d9f58b7f1825fb95236f427a6400ad54ad4b5e.tar.zst freebsd-ports-gnome-f0d9f58b7f1825fb95236f427a6400ad54ad4b5e.zip |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Diffstat (limited to 'net/stone')
-rw-r--r-- | net/stone/Makefile | 2 | ||||
-rw-r--r-- | net/stone/files/stone.in (renamed from net/stone/files/stone.sh.in) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/stone/Makefile b/net/stone/Makefile index 605233c3e01e..f35ae0d319d6 100644 --- a/net/stone/Makefile +++ b/net/stone/Makefile @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-2.3d-2.3.2.7 MAN1= stone.1 MANLANG= "" ja -USE_RC_SUBR= stone.sh +USE_RC_SUBR= stone USE_OPENSSL= yes .include <bsd.port.pre.mk> diff --git a/net/stone/files/stone.sh.in b/net/stone/files/stone.in index 9910a5522198..48366bf59481 100644 --- a/net/stone/files/stone.sh.in +++ b/net/stone/files/stone.in @@ -1,5 +1,7 @@ #!/bin/sh +# $FreeBSD$ +# # PROVIDE: stone # REQUIRE: DAEMON # BEFORE: LOGIN @@ -8,13 +10,11 @@ # Add the following line to /etc/rc.conf to enable stone: # stone_enable (bool): Set it to "YES" to enable stone. # Default: NO - # Add at least one of the followings to /etc/rc.conf to give rules to stone: # stone_flags (str): See stone(1). # Default: "" (-D will be added automatically) # stone_conffile (str): Stone config file # Default: "" -# . /etc/rc.subr |