From d97b19f8ae501f74ea2f7d9a5cd475ab951dcd06 Mon Sep 17 00:00:00 2001 From: grant Date: Fri, 20 Sep 2002 02:01:54 +0000 Subject: Make these scripts more portable by taking advantage of automatic rc.d script handling and using @RCD_SCRIPTS_SHELL@. as discussed with jlam. --- databases/openldap/files/slapd.sh | 4 ++-- databases/postgresql-server/files/pgsql.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'databases') 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 # -- cgit v1.2.3