From: <smi...@us...> - 2004-01-15 01:52:25
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1:/tmp/cvs-serv29612/scripts/configuration Added Files: pax.config Log Message: - added pax for kernel 2.6 - updated kbd to v1.11 --- NEW FILE: pax.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/pax.config,v $ # $Revision: 1.1 $ # $Date: 2004/01/15 01:52:22 $ # # http://www.devil-linux.org if [ "$CONFIG_LINUX_VERSION" = "2.6" ]; then menu_add "Build Configuration|Security" bool "PAX" CONFIG_PAX fi |