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-im/py-punjab | |
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-im/py-punjab')
-rw-r--r-- | net-im/py-punjab/Makefile | 2 | ||||
-rw-r--r-- | net-im/py-punjab/files/punjab.in (renamed from net-im/py-punjab/files/punjab.sh.in) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-im/py-punjab/Makefile b/net-im/py-punjab/Makefile index e157b421db56..7c4498b47439 100644 --- a/net-im/py-punjab/Makefile +++ b/net-im/py-punjab/Makefile @@ -21,7 +21,7 @@ USE_TWISTED= words web conch names PORTDOCS= README.txt INSTALL.txt PKG-INFO -USE_RC_SUBR= punjab.sh +USE_RC_SUBR= punjab SUB_FILES= pkg-message punjab.tac SUB_LIST+= "PYTHON_CMD=${PYTHON_CMD}" diff --git a/net-im/py-punjab/files/punjab.sh.in b/net-im/py-punjab/files/punjab.in index d41f04dc8bbc..c48ffbf51534 100644 --- a/net-im/py-punjab/files/punjab.sh.in +++ b/net-im/py-punjab/files/punjab.in @@ -1,9 +1,9 @@ #!/bin/sh -# +# $FreeBSD$ +# # PROVIDE: punjab # REQUIRE: DAEMON -# BEFORE: . /etc/rc.subr |