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 /misc | |
parent | 47b836bfe5c397deb173a868525d4cba22cbb5fa (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dnetc/Makefile | 2 | ||||
-rw-r--r-- | misc/dnetc/files/dnetc.in (renamed from misc/dnetc/files/dnetc.sh.in) | 0 | ||||
-rw-r--r-- | misc/upclient/Makefile | 2 | ||||
-rw-r--r-- | misc/upclient/files/upclient.in (renamed from misc/upclient/files/upclient.sh.in) | 0 | ||||
-rw-r--r-- | misc/yaunc/Makefile | 2 | ||||
-rw-r--r-- | misc/yaunc/files/yaunc.in (renamed from misc/yaunc/files/yaunc.sh.in) | 7 |
6 files changed, 7 insertions, 6 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile index b48ba8e15893..729401f98072 100644 --- a/misc/dnetc/Makefile +++ b/misc/dnetc/Makefile @@ -25,7 +25,7 @@ DISTINFO_FILE= ${MASTERDIR}/distinfo.${ARCH} ONLY_FOR_ARCHS= i386 sparc64 amd64 powerpc -USE_RC_SUBR= dnetc.sh +USE_RC_SUBR= dnetc NO_BUILD= yes BINDIR= ${PREFIX}/distributed.net diff --git a/misc/dnetc/files/dnetc.sh.in b/misc/dnetc/files/dnetc.in index 25d083b6a0ae..25d083b6a0ae 100644 --- a/misc/dnetc/files/dnetc.sh.in +++ b/misc/dnetc/files/dnetc.in diff --git a/misc/upclient/Makefile b/misc/upclient/Makefile index 01662b7d1cda..174dc98c010c 100644 --- a/misc/upclient/Makefile +++ b/misc/upclient/Makefile @@ -20,7 +20,7 @@ COMMENT= The Uptimes project client # USE_GETTEXT= yes -USE_RC_SUBR= upclient.sh +USE_RC_SUBR= upclient ALL_TARGET= bsd BUILD_WRKSRC= ${WRKSRC}/src diff --git a/misc/upclient/files/upclient.sh.in b/misc/upclient/files/upclient.in index 0f18a952fd37..0f18a952fd37 100644 --- a/misc/upclient/files/upclient.sh.in +++ b/misc/upclient/files/upclient.in diff --git a/misc/yaunc/Makefile b/misc/yaunc/Makefile index 95d442b083b1..3b8848446183 100644 --- a/misc/yaunc/Makefile +++ b/misc/yaunc/Makefile @@ -19,7 +19,7 @@ CFLAGS+= -DCONFFILE=\\\"${PREFIX}/etc/yaunc.conf\\\" PLIST_FILES= bin/yaunc \ etc/yaunc.conf.sample -USE_RC_SUBR= yaunc.sh +USE_RC_SUBR= yaunc MAN1= yaunc.1 diff --git a/misc/yaunc/files/yaunc.sh.in b/misc/yaunc/files/yaunc.in index 6282064c6191..4997f5037d1b 100644 --- a/misc/yaunc/files/yaunc.sh.in +++ b/misc/yaunc/files/yaunc.in @@ -1,6 +1,8 @@ -#! /bin/sh +#!/bin/sh -#PROVIDE: yaunc +# $FreeBSD$ +# +# PROVIDE: yaunc # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf # to enable this service: @@ -9,7 +11,6 @@ # Set it to YES to enable yaunc. # yaunc_config (path): Set to %%PREFIX%%/etc/yaunc.conf # by default. -# . /etc/rc.subr |