summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorgrant <grant>2002-09-20 02:01:54 +0000
committergrant <grant>2002-09-20 02:01:54 +0000
commitd97b19f8ae501f74ea2f7d9a5cd475ab951dcd06 (patch)
tree4d9e6b802d8404a55612d206bdb15d7e07e80a35 /databases
parente10f3d235fbdc528120925fe68d930401bd51938 (diff)
downloadpkgsrc-d97b19f8ae501f74ea2f7d9a5cd475ab951dcd06.tar.gz
Make these scripts more portable by taking advantage of automatic rc.d
script handling and using @RCD_SCRIPTS_SHELL@. as discussed with jlam.
Diffstat (limited to 'databases')
-rw-r--r--databases/openldap/files/slapd.sh4
-rw-r--r--databases/postgresql-server/files/pgsql.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/openldap/files/slapd.sh b/databases/openldap/files/slapd.sh
index 9dd6f25a1e9..a30d5aa0d5a 100644
--- a/databases/openldap/files/slapd.sh
+++ b/databases/openldap/files/slapd.sh
@@ -1,6 +1,6 @@
-#! /bin/sh
+#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: slapd.sh,v 1.3 2002/09/12 10:19:11 jlam Exp $
+# $NetBSD: slapd.sh,v 1.4 2002/09/20 02:01:55 grant Exp $
#
# OpenLDAP standalone LDAP daemon
#
diff --git a/databases/postgresql-server/files/pgsql.sh b/databases/postgresql-server/files/pgsql.sh
index fbc5cc99384..f1f09d68cf5 100644
--- a/databases/postgresql-server/files/pgsql.sh
+++ b/databases/postgresql-server/files/pgsql.sh
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: pgsql.sh,v 1.12 2002/09/10 23:20:04 jlam Exp $
+# $NetBSD: pgsql.sh,v 1.13 2002/09/20 02:01:56 grant Exp $
#
# PostgreSQL database rc.d control script
#