]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
removed duplicates; %s fixes
authorankry <ankry@pld-linux.org>
Sun, 11 May 2003 15:26:57 +0000 (15:26 +0000)
committerankry <ankry@pld-linux.org>
Sun, 11 May 2003 15:26:57 +0000 (15:26 +0000)
svn-id: @1075

dumb.sh

diff --git a/dumb.sh b/dumb.sh
index 9982d09058ad9d620cdaabfbeefaba8a0ee0747d..9163a719cfdc74fae42ea02ac846370cb5794b92 100644 (file)
--- a/dumb.sh
+++ b/dumb.sh
@@ -48,8 +48,8 @@ nls "Cannot start Pluto, system lacks /dev/random"
 nls "Dumpdir \`%s' does not exist, ignored."           "$1"
 nls "Starting FreeS/WAN IPSEC"
 nls "Stopping FreeS/WAN IPSEC"
-nls "Please set %s in /etc/sysconfig/mouse"
-nls "Setting parameters for drive %s"
+nls "Please set %s in /etc/sysconfig/mouse"            "$1"
+nls "Setting parameters for drive %s"                  "$1"
 nls "IP protocols logger"
 nls "IRCd Server"
 nls "Courier IMAP - Authdaemon"
@@ -70,15 +70,12 @@ nls "Starting Kerberos KDC"
 nls "Starting Administration Server"
 nls "Stopping Kerberos KDC"
 nls "Stopping Administration Server"
-nls "Linux Infrared Remote Control daemon"
-nls "OpenLDAP Update Replication Daemon"
-nls "Linux Infrared Remote Control mouse daemon"
 nls "multicast routing daemon"
 nls "Dynamic Route Daemon"
 nls "%s config %s does not exist."                     "$1"    "$2"
-nls "MySQL datadir %s not configured properly"
+nls "MySQL datadir %s not configured properly"         "$1"
 nls "MySQL user not configured properly"
-nls "Edit %s and configure it."
+nls "Edit %s and configure it."                                "$1"
 nls "MySQL database not initialized. Try \"%s init\" before start."    "$1"
 nls "Seems that database is initialized now. Remove by hand %s"        "$1"
 nls "before initializing database."
This page took 0.032891 seconds and 4 git commands to generate.