(Jul 22 2005 12:50) Ajith Vargese Thampi wrote: > On Thu, 2005-07-21 at 20:15 +0200, Kaz wrote: > > > How do I go about making sure that "swup --upgrade" doesn't include any > > kind of PHP related packages? > > > > I've manually installed all my PHP stuff from source, and I really don't > > want swup to mess with it. > > > > I can see there's some exclude package stuff in swup.conf, but I have no > > idea what to do with it. > > I think a > exclude_pkg_regexp = "php" in the swup.conf file should do the trick.
This will only exclude the package named 'php'. exclude_pkg_regexp = "php.*" should work. If you have other packages there as well, like the kernel, you need: "kernel.*|php.*" kind regards c -- Christian H. Toldnes Trustix Developer _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
