summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/postgresql-server/Makefile4
-rw-r--r--print/cups/Makefile4
-rw-r--r--security/pks/Makefile4
-rw-r--r--www/apache/Makefile4
-rw-r--r--www/apache6/Makefile4
-rw-r--r--www/thttpd/Makefile4
6 files changed, 12 insertions, 12 deletions
diff --git a/databases/postgresql-server/Makefile b/databases/postgresql-server/Makefile
index 201f5f3552e..c60506f8b46 100644
--- a/databases/postgresql-server/Makefile
+++ b/databases/postgresql-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/11/19 16:23:08 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2001/11/21 15:44:22 jlam Exp $
.include "../../databases/postgresql/Makefile.common"
.include "../../databases/postgresql/Makefile.ssl"
@@ -35,7 +35,7 @@ PKG_USER_HOME= ${PGHOME}
PKG_USER_SHELL= ${SH}
PKG_GROUP= ${PGGROUP}
-RCD_SCRIPTS= ${PREFIX}/etc/rc.d/pgsql /etc/rc.d/pgsql
+RCD_SCRIPTS= pgsql
OWN_DIRS_PERMS= ${PGHOME} ${PGUSER} ${PGGROUP} 0755
DEINSTALL_EXTRA_TMPL= ${PKGDIR}/DEINSTALL
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 78427e305e1..ee00f4a92f5 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2001/11/19 16:23:11 jlam Exp $
+# $NetBSD: Makefile,v 1.39 2001/11/21 15:44:23 jlam Exp $
DISTNAME= cups-${DIST_VERS}-source
PKGNAME= cups-${VERS}
@@ -71,7 +71,7 @@ SUPPORT_FILES= ${EGDIR}/classes.conf ${CONFDIR}/cups/classes.conf
SUPPORT_FILES+= ${EGDIR}/mime.convs ${CONFDIR}/cups/mime.convs
SUPPORT_FILES+= ${EGDIR}/mime.types ${CONFDIR}/cups/mime.types
SUPPORT_FILES+= ${EGDIR}/printers.conf ${CONFDIR}/cups/printers.conf
-RCD_SCRIPTS= ${PREFIX}/etc/rc.d/cupsd /etc/rc.d/cupsd
+RCD_SCRIPTS= cupsd
OWN_DIRS+= ${CONFDIR}/cups
OWN_DIRS+= ${CONFDIR}/cups/interfaces
diff --git a/security/pks/Makefile b/security/pks/Makefile
index 2ba54461767..12ef1627b38 100644
--- a/security/pks/Makefile
+++ b/security/pks/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/11/21 15:14:02 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2001/11/21 15:44:23 jlam Exp $
DISTNAME= pks-0.9.4
CATEGORIES= security www
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --sysconfdir=${EGDIR}
EGDIR= ${PREFIX}/share/examples
CONF_FILES= ${EGDIR}/pksd.conf ${CONFDIR}/pksd.conf
-RCD_SCRIPTS= ${PREFIX}/etc/rc.d/pksd /etc/rc.d/pksd
+RCD_SCRIPTS= pksd
OWN_DIRS= /var/pks /var/pks/db /var/pks/incoming
pre-install:
diff --git a/www/apache/Makefile b/www/apache/Makefile
index bd405fdf693..003131181f0 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2001/11/19 16:23:12 jlam Exp $
+# $NetBSD: Makefile,v 1.83 2001/11/21 15:44:23 jlam Exp $
#
# This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of
# code hooks that allow mod_ssl to be compiled separately later, if desired).
@@ -104,7 +104,7 @@ EGDIR= ${PREFIX}/share/examples/httpd
CONF_FILES= ${EGDIR}/httpd.conf.default ${APACHE_SYSCONFDIR}/httpd.conf
SUPPORT_FILES= ${EGDIR}/magic.default ${APACHE_SYSCONFDIR}/magic
SUPPORT_FILES+= ${EGDIR}/mime.types.default ${APACHE_SYSCONFDIR}/mime.types
-RCD_SCRIPTS= ${PREFIX}/etc/rc.d/apache /etc/rc.d/apache
+RCD_SCRIPTS= apache
MAKE_DIRS= ${APACHE_SYSCONFDIR}
OWN_DIRS= ${APACHE_SYSCONFDIR}/ssl.crl
diff --git a/www/apache6/Makefile b/www/apache6/Makefile
index 5a3ed3cf9ff..39f60f89a41 100644
--- a/www/apache6/Makefile
+++ b/www/apache6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2001/11/19 16:23:13 jlam Exp $
+# $NetBSD: Makefile,v 1.44 2001/11/21 15:44:24 jlam Exp $
#
# This package does not compile in mod_ssl support hooks, as it conflicts
# with IPv6-enable patch.
@@ -109,7 +109,7 @@ EGDIR= ${PREFIX}/share/examples/httpd
CONF_FILES= ${EGDIR}/httpd.conf.default ${APACHE_SYSCONFDIR}/httpd.conf
SUPPORT_FILES= ${EGDIR}/magic.default ${APACHE_SYSCONFDIR}/magic
SUPPORT_FILES+= ${EGDIR}/mime.types.default ${APACHE_SYSCONFDIR}/mime.types
-RCD_SCRIPTS= ${PREFIX}/etc/rc.d/apache /etc/rc.d/apache
+RCD_SCRIPTS= apache
MAKE_DIRS= ${APACHE_SYSCONFDIR}
OWN_DIRS= /var/log/httpd
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile
index 8865790e657..cde36b933e9 100644
--- a/www/thttpd/Makefile
+++ b/www/thttpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/11/19 16:23:16 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2001/11/21 15:44:24 jlam Exp $
DISTNAME= thttpd-2.21b
CATEGORIES= www
@@ -18,7 +18,7 @@ BUILD_DEFS+= USE_INET6
EGDIR= ${PREFIX}/share/examples
CONF_FILES= ${EGDIR}/thttpd.conf ${CONFDIR}/thttpd.conf
-RCD_SCRIPTS= ${PREFIX}/etc/rc.d/thttpd /etc/rc.d/thttpd
+RCD_SCRIPTS= thttpd
pre-configure:
${MV} ${WRKSRC}/extras/htpasswd.1 ${WRKSRC}/extras/thtpasswd.1