summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2007-05-15 18:06:07 +0200
committerSimone Rota <sip@crux.nu>2007-05-15 18:06:07 +0200
commit26061f5b00a3ec0333fc6063dcac8066d47628cd (patch)
tree9520f3f815cddf3d9591d5ca517381a79b7d4aa4
parentd153cf4fc4483300fe42decd08c1663779decf6e (diff)
downloadprt-utils-26061f5b00a3ec0333fc6063dcac8066d47628cd.tar.gz
prt-utils-26061f5b00a3ec0333fc6063dcac8066d47628cd.tar.xz
pkgfoster: dynamically build core port list
-rwxr-xr-xpkgfoster3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgfoster b/pkgfoster
index 370e4ca..4552b39 100755
--- a/pkgfoster
+++ b/pkgfoster
@@ -27,8 +27,7 @@ function PKGRM
fi
}
-BASE="autoconf automake bash bc bin86 bindutils binutils bison bzip2 coreutils cpio curl db dcron dhcpcd diffutils e2fsprogs ed expat file filesystem findutils flex gawk gcc gdbm gettext glibc grep groff grub gzip hdparm hotplug httpup iptables jfsutils kbd less libstdc++-compat libtool libusb lilo m4 make man man-pages mktemp module-init-tools nasm ncurses netkit-base netkit-ftp netkit-telnet net-tools nfs-utils openssh openssl patch pciutils perl pkg-config pkgutils portmap ports ppp procps prt-get psmisc rc rdate readline reiserfsprogs rpm2targz rsync sed sendmail shadow slocate strace sysfsutils sysklogd sysvinit tar tcp_wrappers tcsh time traceroute udev unzip usbutils util-linux vim wget which xfsprogs zip zlib"
-
+BASE=$(ls $(awk '/^[[:space:]]*prtdir.*\/core/ {print $2}' /etc/prt-get.conf))
touch ~/.keepers
echo "Checking packages for orphans..."

Generated by cgit