summaryrefslogtreecommitdiff
path: root/security/xdm-krb4
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-06-25 22:50:19 +0000
committerwiz <wiz@pkgsrc.org>2001-06-25 22:50:19 +0000
commit9032dd5b23349fd47144f2259d16fe9899f3e946 (patch)
treebced0074e0e7392f52bff16645f1d72c40689eeb /security/xdm-krb4
parent667712378354dcc44d36d2d721112ab73003c7df (diff)
downloadpkgsrc-9032dd5b23349fd47144f2259d16fe9899f3e946.tar.gz
Rename rc.d script from xdm-krb4 to xdm_krb4, following a suggestion
by Masao Uebayashi in pkg/13251, part 2.
Diffstat (limited to 'security/xdm-krb4')
-rw-r--r--security/xdm-krb4/Makefile10
-rw-r--r--security/xdm-krb4/files/xdm_krb4 (renamed from security/xdm-krb4/files/xdm-krb4.sh)2
-rw-r--r--security/xdm-krb4/pkg/PLIST4
3 files changed, 8 insertions, 8 deletions
diff --git a/security/xdm-krb4/Makefile b/security/xdm-krb4/Makefile
index af83536f816..3ae14b82678 100644
--- a/security/xdm-krb4/Makefile
+++ b/security/xdm-krb4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/02/25 04:18:15 hubertf Exp $
+# $NetBSD: Makefile,v 1.9 2001/06/25 22:50:19 wiz Exp $
#
DISTNAME= xdm-krb4-3.3.6.2
@@ -22,13 +22,13 @@ post-patch:
pre-install:
@${SED} -e 's|@PREFIX@|${PREFIX}|g' \
- <${FILESDIR}/xdm-krb4.sh \
- >${WRKDIR}/xdm-krb4.sh
+ ${FILESDIR}/xdm_krb4 \
+ >${WRKDIR}/xdm_krb4
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/etc/rc.d
${INSTALL_DATA} \
- ${WRKDIR}/xdm-krb4.sh \
- ${PREFIX}/etc/rc.d/xdm-krb4
+ ${WRKDIR}/xdm_krb4 \
+ ${PREFIX}/etc/rc.d/xdm_krb4
.include "../../mk/bsd.pkg.mk"
diff --git a/security/xdm-krb4/files/xdm-krb4.sh b/security/xdm-krb4/files/xdm_krb4
index f50ed019927..4ec34e931c9 100644
--- a/security/xdm-krb4/files/xdm-krb4.sh
+++ b/security/xdm-krb4/files/xdm_krb4
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: xdm-krb4.sh,v 1.1.1.1 2000/06/08 16:39:46 wennmach Exp $
+# $NetBSD: xdm_krb4,v 1.1 2001/06/25 22:50:19 wiz Exp $
if [ -f @PREFIX@/bin/xdm-krb4 ]; then
echo -n " xdm-krb4"
@PREFIX@/bin/xdm-krb4
diff --git a/security/xdm-krb4/pkg/PLIST b/security/xdm-krb4/pkg/PLIST
index 2498c34673a..47746c2c925 100644
--- a/security/xdm-krb4/pkg/PLIST
+++ b/security/xdm-krb4/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2001/01/26 05:21:49 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.4 2001/06/25 22:50:19 wiz Exp $
bin/xdm-krb4
man/cat1/xdm-krb4.0
-etc/rc.d/xdm-krb4
+etc/rc.d/xdm_krb4