From: Enrico Scholz Date: Wed, 24 Mar 2004 01:21:01 +0000 (+0000) Subject: moved parserpmdump to legacy X-Git-Tag: VERSION_0_10~246 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24de32cbad5c395b73591aa901993c3d7d7dfaaf;p=util-vserver.git moved parserpmdump to legacy git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1329 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- 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 -