Jump to content

guarddog-2.4.0-2mdk not same as...


kristi
 Share

Recommended Posts

(also posted to the "other" forum) :cheesy:

guarddog-2.4.0-2mdk (from urpmi) NOT SAME AS guarddog-2.4.0-2mdk.i586.rpm(from Simon's website) Darn it, )(%#&%%*& I thought this was fixed, but i did a reinstall of cooker 2006 and took guarddog off easyurpmi and just discovered the 2 links were missing.

Always - get it from Simon's site or set up for Simon's urpmi. At the least, check that you have the 2 links:

/etc/sysconfig/network-scripts/ifup.d/10Guarddog

/etc/sysconfig/network-scripts/ifdown.d/10Guarddog

 

else run in root(Rolf's code)

if [ ! -e /etc/sysconfig/network-scripts/ifup.d/10Guarddog ]; then
 /bin/ln -s /etc/rc.firewall /etc/sysconfig/network-scripts/ifup.d/10Guarddog
fi
if [ ! -e /etc/sysconfig/network-scripts/ifdown.d/10Guarddog ]; then
 /bin/ln -s /etc/rc.firewall /etc/sysconfig/network-scripts/ifdown.d/10Guarddog
fi

 

 

OR run in root

ln -s /etc/rc.firewall /etc/sysconfig/network-scripts/ifup.d/10Guarddog
ln -s /etc/rc.firewall /etc/sysconfig/network-scripts/ifdown.d/10Guarddog

credit goes to Rolf

 

I have commented Bugzilla 14665

ARG!!!

:cheesy:

Kristi 05May05 2006 cooker current

 

[moved from Security by spinynorman]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...