Browse Source

Dimitar Zhekov:


			
			
				rocklinux
			
			
		
Dimitar Zhekov 21 years ago
parent
commit
8a5768d66b
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      package/mnemoc/uclibc/config-400.in
  2. +1
    -1
      package/mnemoc/vserver/config.in
  3. +1
    -1
      scripts/config.func

+ 1
- 1
package/mnemoc/uclibc/config-400.in

@ -1,4 +1,4 @@
if pkgcheck uclibc; then
if pkgcheck uclibc . ; then
menu_begin MENU_PKG_UCLIBC 'uClibc (the microcontroller C Library) Options' menu_begin MENU_PKG_UCLIBC 'uClibc (the microcontroller C Library) Options'
if [ -z "$ROCKCFG_PKG_UCLIBC_USEIT" ]; then if [ -z "$ROCKCFG_PKG_UCLIBC_USEIT" ]; then

+ 1
- 1
package/mnemoc/vserver/config.in

@ -30,7 +30,7 @@ if pkgcheck vserver X; then
block_begin 5 block_begin 5
comment ' ' comment ' '
comment '- Package Options - VServer' comment '- Package Options - VServer'
if pkgcheck quota; then
if pkgcheck quota . ; then
bool 'Enable Virtual Server per Context Quota Support' ROCKCFG_PKG_VSERVER_QUOTA 0 bool 'Enable Virtual Server per Context Quota Support' ROCKCFG_PKG_VSERVER_QUOTA 0
if [ $ROCKCFG_PKG_VSERVER_QUOTA -eq 1 ]; then if [ $ROCKCFG_PKG_VSERVER_QUOTA -eq 1 ]; then
pkgenable quota pkgenable quota

+ 1
- 1
scripts/config.func

@ -39,7 +39,7 @@ var_insert() {
# pkgenable package-list # pkgenable package-list
# pkgdisable package-list # pkgdisable package-list
# pkgremove package-list # pkgremove package-list
# pkgcheck pattern [XO]
# pkgcheck pattern X|O|.
# pkgfilter cmd arg1 ... # pkgfilter cmd arg1 ...
# #
if [ -n "$nobashmod" ] if [ -n "$nobashmod" ]

Loading…
Cancel
Save