diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-08-05 23:19:36 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-08-05 23:19:36 +0000 |
commit | 9aac569eaa031e27191a3f4165b389a17f467ad2 (patch) | |
tree | 1ed78841e1757014ccc09581c61c3683992d3f77 /sysutils/rsyncmanager/files | |
parent | When installing in the base, USE_RCORDER does the right thing without (diff) |
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 'sysutils/rsyncmanager/files')
-rw-r--r-- | sysutils/rsyncmanager/files/rsyncmanager.in (renamed from sysutils/rsyncmanager/files/rsyncmanager.sh.in) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/rsyncmanager/files/rsyncmanager.sh.in b/sysutils/rsyncmanager/files/rsyncmanager.in index a00eafac24c5..d9794e730527 100644 --- a/sysutils/rsyncmanager/files/rsyncmanager.sh.in +++ b/sysutils/rsyncmanager/files/rsyncmanager.in @@ -1,4 +1,6 @@ #!/bin/sh + +# $FreeBSD$ # # PROVIDE: rsyncmanager # REQUIRE: DAEMON @@ -8,7 +10,7 @@ # Set it to "YES" to enable rsyncmanager # rsyncmanager_flags (str): Set to "-C -c %%PREFIX%%/etc/rsyncmanager.conf" by default. # Extra flags passed to start command -# + . /etc/rc.subr name="rsyncmanager" |