Back out part of rev. 1.20: rc.d scripts aren't really view files.
This commit is contained in:
parent
093834e3eb
commit
9cc646256d
1 changed files with 1 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue