]> git.pld-linux.org Git - packages/dazuko.git/commitdiff
- built-in capability module is not error
authorzbyniu <zbyniu@pld-linux.org>
Thu, 28 Dec 2006 12:17:59 +0000 (12:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dazuko-caps.patch -> 1.1

dazuko-caps.patch [new file with mode: 0644]

diff --git a/dazuko-caps.patch b/dazuko-caps.patch
new file mode 100644 (file)
index 0000000..95c965d
--- /dev/null
@@ -0,0 +1,16 @@
+--- dazuko-2.3.2/configure~    2006-12-28 00:20:08.000000000 +0000
++++ dazuko-2.3.2/configure     2006-12-28 00:24:49.762047000 +0000
+@@ -419,10 +419,9 @@ do_linux26()
+               if [ $CONFIG_SECURITY_CAPABILITIES -ne 0 ]
+               then
+                       echo "built-in :("
+-                      echo "error: capabilities are built-in to the kernel:"
+-                      echo "       you will need to recompile a kernel with capabilities"
+-                      echo "       as a kernel module"
+-                      exit 1
++                      echo "warning: capabilities are built-in to the kernel:"
++                      echo "       you will need to add capability.disable=1"
++                      echo "       as boot parameter"
+               else
+                       echo "ok"
+               fi
This page took 0.454095 seconds and 4 git commands to generate.