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 /www/spreadlogd | |
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 'www/spreadlogd')
-rw-r--r-- | www/spreadlogd/Makefile | 3 | ||||
-rw-r--r-- | www/spreadlogd/files/spreadlogd.in (renamed from www/spreadlogd/files/spreadlogd.sh.in) | 0 |
2 files changed, 1 insertions, 2 deletions
diff --git a/www/spreadlogd/Makefile b/www/spreadlogd/Makefile index 8cb7272b1003..6de5191002db 100644 --- a/www/spreadlogd/Makefile +++ b/www/spreadlogd/Makefile @@ -17,8 +17,7 @@ LIB_DEPENDS= spread.1:${PORTSDIR}/net/spread MAKEFILE= makefile -USE_RC_SUBR= spreadlogd.sh -SUB_FILES= spreadlogd.sh +USE_RC_SUBR= spreadlogd PLIST_FILES= sbin/spreadlogd etc/spreadlogd.conf.sample diff --git a/www/spreadlogd/files/spreadlogd.sh.in b/www/spreadlogd/files/spreadlogd.in index 76608c06e870..76608c06e870 100644 --- a/www/spreadlogd/files/spreadlogd.sh.in +++ b/www/spreadlogd/files/spreadlogd.in |