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 39bc2e28..7325e383 100755
--- a/bin/bbstored/bbstored-config
+++ b/bin/bbstored/bbstored-config
@@ -56,7 +56,7 @@ Bad command line parameters.
Usage:
bbstored-config config-dir server-hostname username [raidfile-config]
-config-dir usually /etc/boxbackup
+config-dir usually /etc/box
server-hostname is the hostname used by clients to connect to this server
username is the user to run the server under
raidfile-config is optional. Use if you have a non-standard raidfile.conf file.
@@ -82,7 +82,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;