X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=kernel-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;h=e6d7b0a878c45663e1db7871614ccb2d246a2e3c;hp=a36cf364a09d42f8915f4513e9fc387f7c802ac1;hb=f6676590525ca740e8cc78b7a1a156a8f6a9b9d6;hpb=037992db9cf929fab166a4dd1c507dc87951d037 diff --git a/debian/postinst b/debian/postinst index a36cf36..e6d7b0a 100755 --- a/debian/postinst +++ b/debian/postinst @@ -27,6 +27,9 @@ case "$1" in ;; esac +# Source debconf library. +. /usr/share/debconf/confmodule + # import CN-functions . /usr/share/carnet-tools/functions.sh @@ -326,7 +329,6 @@ fi rm -f /etc/sysctl.conf.$$ cat > /etc/sysctl.conf.$$ <<'EOF' kernel.maps_protect=1 -kernel.exec-shield=0 net.core.rmem_default=1048576 net.core.wmem_default=1048576 net.ipv4.conf.all.accept_redirects=0