]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- updated
authorankry <ankry@pld-linux.org>
Fri, 9 May 2003 21:08:21 +0000 (21:08 +0000)
committerankry <ankry@pld-linux.org>
Fri, 9 May 2003 21:08:21 +0000 (21:08 +0000)
svn-id: @1072

dumb.sh

diff --git a/dumb.sh b/dumb.sh
index 6622175feb5d380955549af7b45d792fcf6563dd..7e3c1bbb1b490d1aa8c2e5bf536eba39783d9111 100644 (file)
--- a/dumb.sh
+++ b/dumb.sh
@@ -64,8 +64,6 @@ nls "Linux Infrared Remote Control daemon"
 nls "Linux Infrared Remote Control mouse daemon"
 nls "System logger"
 nls "Kernel logger"
-nls "PPPoE Server"
-nls "PPPoE Relay Server"
 nls "KerberosV service"
 nls "%s is missing"                                    $1
 nls "Starting Kerberos KDC"
@@ -104,8 +102,8 @@ nls "Unmounting NFS filesystems"
 nls "Configured NFS mountpoints:"
 nls "Active NFS mountpoints:"
 nls "/proc filesystem unavailable"
-nls "Registering %s"
-nls "Unregistering %s"
+nls "Registering %s"                                   $1
+nls "Unregistering %s"                                 $1
 nls "netsaint NSCA daemon"
 nls "Stopping MARS: stopping all connections"
 nls "Starting UPS drivers"
@@ -121,8 +119,8 @@ nls "No kupdate[d] found. Run bdflush-1.6 for sleep support."
 nls "OpenH323 gatekeeper/proxy"
 nls "omniNames for omniORB"
 nls "No tunnels configured in /etc/sysconfig/openvpn"
-nls "Starting OpenVPN tunnel %s"
-nls "Stopping OpenVPN tunnel %s"
+nls "Starting OpenVPN tunnel %s"                       $1
+nls "Stopping OpenVPN tunnel %s"                       $1
 nls "Dynamic DNS daemon"
 nls "Dynamic DNS Tools Server"
 nls "Starting PIM-SM multicast routing daemon"
@@ -142,9 +140,28 @@ nls " PostgreSQL can't be run."
 nls "Error: PG_DB_CLUSTERS not found or is empty"
 nls "Note: this is only simple init action for convenience."
 nls "If you want some non-standard options, consider using initdb(1)."
-nls "Skipping existing cluster %s"
-nls "Initializing cluster %s"
+nls "Skipping existing cluster %s"                     $1
+nls "Initializing cluster %s"                          $1
 nls "REMEMBER to setup password for user \"postgres\""
+nls "PPPoE Relay Server"
+nls "PPPoE Server"
+nls "Radius-Cistron Server"
+nls "Starting Resin JSP Server"
+nls "Stopping Resin JSP Server"
+nls "NFS quota daemon"
+nls "NFS quotas"
+nls "Setting time from remote server(s): %s"           $1
+nls "Remote time: "
+nls "Local time: "
+nls "Local machine hardware clock: "
+nls "Syncing hardware clock"
+nls " Please correct your /etc/sysconfig/rawdevices:"
+nls " rawdevices are now located in the directory /dev/raw/ "
+nls " If the command 'raw' still refers to /dev/raw as a file."
+nls " You'll have to upgrade your util-linux package"
+nls "You need to be root to use this command ! "
+nls "WARNING: RADVD can work only in IPv6 networks"
+nls ""
 nls ""
 nls ""
 
This page took 0.165448 seconds and 4 git commands to generate.