]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - dumb.sh
set DHCP_HOSTNAME only basename, domain part is filled by dhcp server
[projects/rc-scripts.git] / dumb.sh
diff --git a/dumb.sh b/dumb.sh
index f06ea62cb7a957df0f663a4df6f3dcf634f59818..ba1fda1df78d4996209dc0dad814cd6edbde1a5e 100644 (file)
--- a/dumb.sh
+++ b/dumb.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 # dump script used to generate .pot for translations
 
-if /bin/false; then
+. /etc/rc.d/init.d/functions
 
 nls "alarmwatch not configured (CHIPS not set), cannot start."
 nls "No kernel APM support"
@@ -28,7 +28,6 @@ nls "Create %s first."                                        "$1"
 nls "no dictionaries found"
 nls "Uploading em8300 microcode"
 nls "Removing em8300 modules"
-nls "Loading module"
 nls "exim.conf: queue_only = true is missing"
 nls "Please edit /etc/sysconfig/frox !"
 nls "Redirecting FTP traffic"
@@ -42,6 +41,7 @@ nls "%s outdated"                                     "$1"
 nls "%s not applied"                                   "$1"
 nls "filter rules applied"
 nls "Frame buffer present."
+nls "Frame buffer not present."
 nls "Setting default video mode"
 nls "Cannot start Pluto, system lacks /dev/random"
 nls "Dumpdir \`%s' does not exist, ignored."           "$1"
@@ -182,5 +182,7 @@ nls "Login password: "
 nls "Password again: "
 nls "ERROR: Passwords don't match"
 nls "Loading zebra configuration"
-
-fi
+nls "Starting Athlon Cooling"
+nls "Stoping Athlon Cooling"
+nls "Error: /etc/nessus/nessusd.conf not found"
+nls " Nessus daemon can't be run."
This page took 0.025188 seconds and 4 git commands to generate.