izmjene za jessie jessie debian/3%3.16.7_cn0
authorIvan Rako <irako@nekkar.carnet.hr>
Sun, 21 Feb 2016 16:28:29 +0000 (17:28 +0100)
committerIvan Rako <irako@nekkar.carnet.hr>
Sun, 21 Feb 2016 16:28:29 +0000 (17:28 +0100)
debian/changelog
debian/control
debian/postinst

index c601dca..23d2da6 100644 (file)
@@ -1,3 +1,9 @@
+kernel-cn (3:3.16.7~cn0) stable; urgency=low
+
+  * izmjene za jessie
+
+ -- Ivan Rako <Ivan.Rako@CARNet.hr>  Sun, 21 Feb 2016 17:23:59 +0100
+
 kernel-cn (3:3.2.1) stable; urgency=low
 
   * ne instaliraj na Xen DomU xvda/xvdb
index 6350490..be499c5 100644 (file)
@@ -1,7 +1,7 @@
 Source: kernel-cn
 Section: base
 Priority: required
-Maintainer: Dinko Korunic <kreator@CARNet.hr>
+Maintainer: Ivan Rako <Ivan.Rako@CARNet.hr>
 Build-Depends: debhelper (>= 9.20120909), po-debconf
 Standards-Version: 3.9.4
 
index b14bd1f..c6acc8a 100755 (executable)
@@ -428,11 +428,7 @@ cp_mv /etc/sysctl.conf.$$ /etc/sysctl.conf
 echo -n " sysctl.conf"
 
 # reload sysctl ASAP
-if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
-  invoke-rc.d procps restart >/dev/null 2>&1 || true
-else
-  /etc/init.d/procps restart >/dev/null 2>&1 || true
-fi
+service procps restart
 
 # finished with basic kernel-cn stuff
 echo "."