summaryrefslogtreecommitdiffstats
path: root/config-db/slxconfig-demuxer
diff options
context:
space:
mode:
authorOliver Tappe2007-05-11 18:01:54 +0200
committerOliver Tappe2007-05-11 18:01:54 +0200
commitcb653d7cc3e467d3c244003a3821c882f7b97dbb (patch)
tree228b281801ed719b009511841d783cbe013bdc39 /config-db/slxconfig-demuxer
parentIncreased usleep further on (because of micro rather than milli seconds (diff)
downloadcore-cb653d7cc3e467d3c244003a3821c882f7b97dbb.tar.gz
core-cb653d7cc3e467d3c244003a3821c882f7b97dbb.tar.xz
core-cb653d7cc3e467d3c244003a3821c882f7b97dbb.zip
* minor cleanup
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1045 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/slxconfig-demuxer')
-rwxr-xr-xconfig-db/slxconfig-demuxer2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index 55917e0b..f6ebc6f8 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -130,7 +130,7 @@ END { unlockScript($lockFile); }
writeConfigurations();
my $wr = ($dryRun ? "would have written" : "wrote");
-print "$wr $systemConfCount systems and $clientSystemConfCount client-configurations to $tftpbootPath/client-config\n";
+print "$wr $systemConfCount systems and $clientSystemConfCount client-specific configurations to $tftpbootPath/client-config\n";
$openslxDB->disconnect();