summaryrefslogtreecommitdiff
path: root/bin/bbstored/bbstored-config
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bbstored/bbstored-config')
-rwxr-xr-xbin/bbstored/bbstored-config4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/bbstored/bbstored-config b/bin/bbstored/bbstored-config
index 4490c4ed..7f1d7cc8 100755
--- a/bin/bbstored/bbstored-config
+++ b/bin/bbstored/bbstored-config
@@ -58,7 +58,7 @@ Usage:
bbstored-config config-dir server-hostname username [raidfile-config]
Parameters:
- config-dir is usually /etc/boxbackup
+ config-dir is usually /etc/box
server-hostname is the hostname that clients will use to connect to
this server
username is the user to run the server under
@@ -86,7 +86,7 @@ __E
}
# default locations
-my $default_config_location = '/etc/boxbackup/bbstored.conf';
+my $default_config_location = '/etc/box/bbstored.conf';
# command line parameters
my ($config_dir,$server,$username,$raidfile_config) = @ARGV;