summaryrefslogtreecommitdiff
path: root/debian/boxbackup-server.config
diff options
context:
space:
mode:
authorChristian Perrier <bubulle@debian.org>2010-05-24 10:33:23 +0200
committerReinhard Tartler <siretart@tauware.de>2010-05-24 10:33:23 +0200
commitc26bef64a6b02346d2f1e2fc8176a7efff144fb8 (patch)
treeb6ed63dad0435e69aec004411607bd20dcc1a67b /debian/boxbackup-server.config
parent9a40dc310f9858558c5cefe5a0ef6c9da1a60211 (diff)
* Non-maintainer upload.
* No longer hardcode path to tune2fs in config script * Fix pending l10n issues. Debconf translations: - Spanish (Omar Campagne). Closes: #537589 - Japanese (Hideki Yamane (Debian-JP)). Closes: #558074 - Danish (Joe Hansen). Closes: #582174
Diffstat (limited to 'debian/boxbackup-server.config')
-rw-r--r--debian/boxbackup-server.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/boxbackup-server.config b/debian/boxbackup-server.config
index 36546f88..6dd9d0b2 100644
--- a/debian/boxbackup-server.config
+++ b/debian/boxbackup-server.config
@@ -74,7 +74,7 @@ if [ "$OLDRAIDDIR" != "$RET" ]; then # Directories have been changed so we can t
if [ "$DEV" != "" ]; then
if [ -x /sbin/tune2fs ]; then
- BS=`/sbin/tune2fs -l $DEV 2>/dev/null | grep 'Block size' | awk '{print $3 }'`
+ BS=`tune2fs -l $DEV 2>/dev/null | grep 'Block size' | awk '{print $3 }'`
if [ $? = 0 -a $BS != "" ]; then
db_set boxbackup-server/raidBlockSize "$BS"