]> git.pld-linux.org Git - packages/dazuko.git/blame - dazuko-caps.patch
- not needed, we use own build system
[packages/dazuko.git] / dazuko-caps.patch
CommitLineData
fd31bfe2 1--- dazuko-2.3.2/configure~ 2006-12-28 00:20:08.000000000 +0000
2+++ dazuko-2.3.2/configure 2006-12-28 00:24:49.762047000 +0000
3@@ -419,10 +419,9 @@ do_linux26()
4 if [ $CONFIG_SECURITY_CAPABILITIES -ne 0 ]
5 then
6 echo "built-in :("
7- echo "error: capabilities are built-in to the kernel:"
8- echo " you will need to recompile a kernel with capabilities"
9- echo " as a kernel module"
10- exit 1
11+ echo "warning: capabilities are built-in to the kernel:"
12+ echo " you will need to add capability.disable=1"
13+ echo " as boot parameter"
14 else
15 echo "ok"
16 fi
This page took 0.070798 seconds and 4 git commands to generate.