changed on to yes (on doesn't work!)
authorElijah Saxon <elijah@riseup.net>
Wed, 27 Jul 2005 17:30:24 +0000 (17:30 +0000)
committerElijah Saxon <elijah@riseup.net>
Wed, 27 Jul 2005 17:30:24 +0000 (17:30 +0000)
handlers/sys.helper

index 93ae33281d0b5063ea286bf55fe7b05f04f687da..060e96c200af6d3539bb2336cf0a8069846753cc 100644 (file)
@@ -8,14 +8,14 @@ sys_wizard() {
        "hardware" "detailed hardware information" on
    [ $? = 1 ] && return;    
    result="$REPLY"
        "hardware" "detailed hardware information" on
    [ $? = 1 ] && return;    
    result="$REPLY"
-   packages="packages = off"
-   partitions="partitions = off"
-   hardware="hardware = off"
+   packages="packages = no"
+   partitions="partitions = no"
+   hardware="hardware = no"
    for opt in $result; do
       case $opt in
    for opt in $result; do
       case $opt in
-        '"packages"') packages="packages = on";;
-        '"partitions"') partitions="partitions = on";;
-        '"hardware"') hardware="hardware = on";;
+        '"packages"') packages="packages = yes";;
+        '"partitions"') partitions="partitions = yes";;
+        '"hardware"') hardware="hardware = yes";;
       esac
    done
    get_next_filename $configdirectory/10.sys
       esac
    done
    get_next_filename $configdirectory/10.sys