From: Friedrich L. <fr...@us...> - 2004-04-12 22:00:24
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27994/scripts/configuration/profiles Modified Files: default router Log Message: set nice to be the default also in the pre defined configurations Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- default 12 Apr 2004 21:27:16 -0000 1.21 +++ default 12 Apr 2004 21:46:30 -0000 1.22 @@ -110,6 +110,7 @@ CONFIG_PERL=y CONFIG_PHP=y CONFIG_PMAKE=1 +CONFIG_NICE=y CONFIG_POPTOP=y CONFIG_PORTMAP=y CONFIG_PORTSLAVE=y Index: router =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/router,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- router 12 Apr 2004 21:27:17 -0000 1.11 +++ router 12 Apr 2004 21:46:30 -0000 1.12 @@ -83,6 +83,7 @@ CONFIG_PCMCIA_CS=y CONFIG_PERL=y CONFIG_PMAKE=1 +CONFIG_NICE=y CONFIG_POPTOP=y CONFIG_PORTMAP=y CONFIG_PORTSLAVE=y |