izmjene za lintian
authorIvan Rako <irako@nekkar.carnet.hr>
Thu, 21 Jul 2016 18:00:52 +0000 (20:00 +0200)
committerIvan Rako <irako@nekkar.carnet.hr>
Thu, 21 Jul 2016 18:00:52 +0000 (20:00 +0200)
debian/control
debian/copyright
ossec-hids-debian.init

index b1784c8..b5e6008 100644 (file)
@@ -2,7 +2,7 @@ Source: ossec-hids
 Section: admin
 Priority: extra
 Maintainer: Ivan Rako <Ivan.Rako@CARNet.hr>
-Build-Depends: debhelper (>= 9.20120909), hardening-wrapper (>= 2.2)
+Build-Depends: debhelper (>= 9.20120909), hardening-wrapper (>= 2.2), lsb-base (>= 3.2-14)
 Standards-Version: 3.9.6
 
 Package: ossec-hids
@@ -11,7 +11,7 @@ Depends: postfix | mail-transport-agent, expect (>= 5.45-2),
  adduser (>= 3.113+nmu3), ${misc:Depends}, ${shlibs:Depends}
 Priority: extra
 Section: admin
-Description: OSSEC HIDS
+Description: OSSEC open source Host-based Intrusion Detection System (HIDS)
  OSSEC is a scalable, multi-platform, open source Host-based Intrusion
  Detection System (HIDS). It has a powerful correlation and analysis
  engine, integrating log analysis, file integrity checking, Windows
index 3a2c569..34d76e8 100644 (file)
@@ -46,3 +46,9 @@ Copyright:
 On Debian systems, a copy of the GNU General Public License Version 3 may be
 found in /usr/share/common-licenses/GPL-3.
 
+  LICENSE ISSUES
+  ==============
+
+  The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
+  the OpenSSL License and the original SSLeay license apply to the toolkit.
+  See below for the actual license texts.
index 0842549..24783e0 100644 (file)
@@ -4,8 +4,8 @@
 # Provides:          ossec-hids
 # Required-Start:    $local_fs $remote_fs $syslog
 # Required-Stop:     $local_fs $remote_fs $syslog
-# Should-Start:      $all
-# Should-Stop:       $all
+# Should-Start:      $network
+# Should-Stop:       $network
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: OSSEC HIDS init script
 # Author:       Daniel B. Cid <dcid@ossec.net>
 # Modified for slackware by Jack S. Lai
 # Modified for Debian package by Dinko Korunic <kreator@carnet.hr>
+# Modified for CARNet by Ivan Rako <Ivan.Rako@CARNet.hr>
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 
+. /lib/lsb/init-functions
 . /etc/ossec-init.conf
 if [ "X${DIRECTORY}" = "X" ]; then
     DIRECTORY="/var/ossec"
 fi
 
-    
 start() {
        ${DIRECTORY}/bin/ossec-control start
 }