From 13f30691ead130e199e929fa273a0de1e2585f99 Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Mon, 30 Apr 2001 00:36:36 +0000 Subject: [PATCH] linux-conf-use-options-not-afsd-options-20010429 make distributed config consistent with rc file --- src/afsd/afs.conf.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afsd/afs.conf.linux b/src/afsd/afs.conf.linux index a36850408..7618280ad 100644 --- a/src/afsd/afs.conf.linux +++ b/src/afsd/afs.conf.linux @@ -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. -- 2.39.5