diff options
author | jlam <jlam@pkgsrc.org> | 2003-11-21 10:54:14 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-11-21 10:54:14 +0000 |
commit | 9cc646256d1626f69539382d62a3bf912dc3983e (patch) | |
tree | 7216ab3703509736fb33744a90ad7a7a267449cb /mk/install/deinstall | |
parent | 093834e3eb09d94a32f8cf9aa847895ff3c96ee9 (diff) | |
download | pkgsrc-9cc646256d1626f69539382d62a3bf912dc3983e.tar.gz |
Back out part of rev. 1.20: rc.d scripts aren't really view files.
Diffstat (limited to 'mk/install/deinstall')
-rw-r--r-- | mk/install/deinstall | 3 |
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} |