From 2b1f41112c007c1e01f9a575817f5104aa76784f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 9 Apr 2009 23:05:28 +0000 Subject: Change default location for config files from /etc/box to /etc/boxbackup, thanks to Reinhard Tartler and the Debian Project. --- bin/bbstored/bbstored-config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/bbstored/bbstored-config.in') diff --git a/bin/bbstored/bbstored-config.in b/bin/bbstored/bbstored-config.in index 5ad96d50..83305c4f 100755 --- a/bin/bbstored/bbstored-config.in +++ b/bin/bbstored/bbstored-config.in @@ -19,7 +19,7 @@ Usage: bbstored-config config-dir server-hostname username [raidfile-config] Parameters: - config-dir is usually @sysconfdir_expanded@/box + config-dir is usually @sysconfdir_expanded@/boxbackup server-hostname is the hostname that clients will use to connect to this server username is the user to run the server under @@ -47,7 +47,7 @@ __E } # default locations -my $default_config_location = '@sysconfdir_expanded@/box/bbstored.conf'; +my $default_config_location = '@sysconfdir_expanded@/boxbackup/bbstored.conf'; # command line parameters my ($config_dir,$server,$username,$raidfile_config) = @ARGV; -- cgit v1.2.3