moved filelist to files.req.list

This commit is contained in:
Дмитрий Левин 2003-05-13 13:11:40 +00:00
parent 24ca26c786
commit ab343efbd1

View File

@ -253,32 +253,11 @@ while IFS= read -r f; do
done
fi
if [ -n "$FIND_FILES" ]; then
for p in \
/etc/alternatives/packages.d \
/etc/chroot.d \
/etc/cron.d \
/etc/emacs/site-start.d \
/etc/logrotate.d \
/etc/pam.d \
/etc/ppp/ip-down.d \
/etc/ppp/ip-up.d \
/etc/rpm/macros.d \
/etc/sudo.d \
/etc/syslog.d \
/etc/tex-fonts.d \
/etc/X11/profile.d \
/etc/X11/wmsession.d \
/etc/X11/xinit.d \
/etc/xinetd.d \
/etc/cron.hourly \
/etc/cron.daily \
/etc/cron.weekly \
/etc/cron.monthly \
/etc/security/console.apps \
; do
for p in $(grep '^[^#]' @RPMCONFIGDIR@/files.req.list); do
if [ -z "${fname%%$p/*}" ]; then
[ -z "$FOUND_REQS" ] && FOUND_REQS="$p" || FOUND_REQS="$FOUND_REQS
$p"
break
fi
done
fi