From 24de32cbad5c395b73591aa901993c3d7d7dfaaf Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Wed, 24 Mar 2004 01:21:01 +0000 Subject: [PATCH] moved parserpmdump to legacy git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1329 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/scripts/legacy/distrib-info | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/util-vserver/scripts/legacy/distrib-info b/util-vserver/scripts/legacy/distrib-info index 9103cb3..f1d13f1 100755 --- a/util-vserver/scripts/legacy/distrib-info +++ b/util-vserver/scripts/legacy/distrib-info @@ -62,7 +62,7 @@ if [ -f $DIRDIR/etc/redhat-release -o -f $DISTDIR/etc/mandrake-release ] ; then # We remove /etc and /var/log to make sure no special file # there will be unified $CHROOTCMD /bin/rpm -ql --dump $* \ - | $PKGLIBDIR/parserpmdump /etc/ + | $_PARSERPMDUMP /etc/ ;; dumpfiles) $CHROOTCMD /bin/rpm -ql $* @@ -74,4 +74,3 @@ if [ -f $DIRDIR/etc/redhat-release -o -f $DISTDIR/etc/mandrake-release ] ; then else echo Distribution not supported yet >&2 fi - -- 1.8.1.5