summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2003-11-21 10:54:14 +0000
committerjlam <jlam>2003-11-21 10:54:14 +0000
commit549187708a2f0e6239ce78c48fd52f69e29b8303 (patch)
tree7216ab3703509736fb33744a90ad7a7a267449cb /mk
parent32f14687a7ba970d56b14c6ceb29c8bc1af846bf (diff)
downloadpkgsrc-549187708a2f0e6239ce78c48fd52f69e29b8303.tar.gz
Back out part of rev. 1.20: rc.d scripts aren't really view files.
Diffstat (limited to 'mk')
-rw-r--r--mk/install/deinstall3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/install/deinstall b/mk/install/deinstall
index fc361cea7d9..0fd570c3fc5 100644
--- a/mk/install/deinstall
+++ b/mk/install/deinstall
@@ -1,6 +1,6 @@
# start of deinstall
#
-# $NetBSD: deinstall,v 1.23 2003/09/18 23:02:33 grant Exp $
+# $NetBSD: deinstall,v 1.24 2003/11/21 10:54:14 jlam Exp $
eval set -- ${PKG_USERS}
for userset; do
@@ -35,7 +35,6 @@ if [ "${_PKG_RCD_SCRIPTS}" = "YES" ]; then
file="${RCD_SCRIPTS_DIR}/${script}"
shift
ALL_FILES="${ALL_FILES} \"${samplefile}\" \"${file}\""
- VIEW_FILES="${VIEW_FILES} \"${file}\""
done
fi
eval set -- ${CONF_FILES_PERMS} ${SUPPORT_FILES_PERMS}