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/ris | |
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/ris')
-rw-r--r-- | net/ris/Makefile | 2 | ||||
-rw-r--r-- | net/ris/files/binlsrv.in (renamed from net/ris/files/binlsrv.sh.in) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/ris/Makefile b/net/ris/Makefile index 7d20ff1b3a05..982458fa6f9a 100644 --- a/net/ris/Makefile +++ b/net/ris/Makefile @@ -16,7 +16,7 @@ COMMENT= OpenSource alternative to Microsoft Windows RIS RUN_DEPENDS= ${LOCALBASE}/libexec/in.tftpd:${PORTSDIR}/ftp/tftp-hpa -USE_RC_SUBR= binlsrv.sh +USE_RC_SUBR= binlsrv USE_PYTHON= yes NO_BUILD= yes diff --git a/net/ris/files/binlsrv.sh.in b/net/ris/files/binlsrv.in index 5a36fb4179af..14a76e7b1df6 100644 --- a/net/ris/files/binlsrv.sh.in +++ b/net/ris/files/binlsrv.in @@ -1,16 +1,16 @@ #!/bin/sh +# $FreeBSD$ +# # PROVIDE: binlsrv # REQUIRE: DAEMON # BEFORE: LOGIN # KEYWORD: shutdown - # # Add the following lines to /etc/rc.conf to enable binlsrv: # # binlsrv_enable="YES" # binlsrv_infdir="/path/to/inf/files" -# . /etc/rc.subr |