afsdb-default-in-rc-files-20011031
[openafs.git] / src / afsd / afs.rc.linux
index 72d1844..57cfc9d 100644 (file)
@@ -218,6 +218,12 @@ choose_afsdoptions() {
                fi
        fi
        AFSD_OPTIONS="$OPTIONS $VERBOSE"
+       if is_on $ENABLE_AFSDB; then
+               AFSD_OPTIONS="$AFSD_OPTIONS -afsdb"
+       fi
+       if is_on $ENABLE_DYNROOT; then
+               AFSD_OPTIONS="$AFSD_OPTIONS -dynroot"
+       fi
 }
 
 case "$1" in