linux-conf-use-options-not-afsd-options-20010429
authorNathan Neulinger <nneul@umr.edu>
Mon, 30 Apr 2001 00:36:36 +0000 (00:36 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 30 Apr 2001 00:36:36 +0000 (00:36 +0000)
make distributed config consistent with rc file

src/afsd/afs.conf.linux

index a368504..7618280 100644 (file)
@@ -24,7 +24,7 @@ OPTIONS=$MEDIUM
 VERBOSE=
 
 # AFSD_OPTIONS are the options passed to afsd.
-AFSD_OPTIONS="$OPTIONS $VERBOSE"
+OPTIONS="$OPTIONS $VERBOSE"
 
 
 # Sample server preferences function. Set server preferences using this.