I had trouble getting to work with my setup, I am using metalog. In fact there 
would be no log messages at all. It turns out the problem appears to be the 
square braces in the tag line set in the LOGGER environment var. I removed 
the braces and it works.

Please comment if this is an acceptable change or if something else is 
desirable. I just know that with the square braces I get nothing in the log. 
BTW, metalog adds square braces around the tag.

Thanks for your consideration.

-- 
Pat Double, [EMAIL PROTECTED]
"In the beginning God created the heaven and the earth."
--- helper_functions.orig	2006-08-19 07:49:18.000000000 -0500
+++ helper_functions	2006-08-16 12:45:10.000000000 -0500
@@ -26,7 +26,7 @@
 #
 
 MYNAME=${0##*/}
-LOGGER="logger -t [powersave-${MYNAME}][$$] "
+LOGGER="logger -t powersave-${MYNAME}-$$ "
 
 # these variables are set by the daemon in the environment before
 # this script is executed

Attachment: pgppEpvWpFTwD.pgp
Description: PGP signature

_______________________________________________
powersave-devel mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/powersave-devel

Reply via email to