[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-dev] [PATCH] Debian miss-detected as Ubuntu
- To: ossec-dev@xxxxxxxxx
- Subject: [ossec-dev] [PATCH] Debian miss-detected as Ubuntu
- From: "Robert Millan [ackstorm]" <rmillan@xxxxxxxxxxx>
- Date: Wed, 14 Mar 2007 13:30:09 +0100
- Organization: http://www.ackstorm.es/
This is a bit funny, specialy considering that Debian had this init.d
layout years before Ubuntu even existed :-)
http://www.debian.org/doc/debian-policy/ch-opersys.html#s-sysvinit
Please make it a bit more fair to Debian (and all other Debian derivatives):
--- ossec-hids-1.0/src/init/init.sh~ 2006-10-09 01:53:51.000000000 +0200
+++ ossec-hids-1.0/src/init/init.sh 2007-03-14 13:00:47.000000000 +0100
@@ -107,7 +107,7 @@
return 0;
# Taken from Stephen Bunn ossec howto.
elif [ -d "/etc/init.d" -a -f "/usr/sbin/update-rc.d" ]; then
- echo " - ${systemis} Ubuntu Linux."
+ echo " - ${systemis} Debian (or derivative)."
echo " - ${modifiedinit}"
cp -pr ./src/init/ossec-hids.init /etc/init.d/ossec
chmod +x /etc/init.d/ossec
--
Robert Millan
ACK STORM, S.L. - http://www.ackstorm.es/
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.