[Mimedefang] init script error or warning message

2006-02-21 Thread adorn
when i start the mimedefang i get this:

/etc/init.d/mimedefang start
Starting mimedefang-multiplexor:
/etc/init.d/mimedefang: line 1: [: missing `]'
[  OK  ]
Starting mimedefang:
/etc/init.d/mimedefang: line 1: [: missing `]'
[  OK  ]


anyone has a hint on howto get rid of the error/warning ?

mimedefang starts and works perfectly but the message is kind of annoying...

thank you

___
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


RE: [Mimedefang] init script error or warning message

2006-02-21 Thread Paul Murphy
 when i start the mimedefang i get this:
 
 /etc/init.d/mimedefang start
 Starting mimedefang-multiplexor:
 /etc/init.d/mimedefang: line 1: [: missing `]'
 [  OK  ]
 Starting mimedefang:
 /etc/init.d/mimedefang: line 1: [: missing `]'
 [  OK  ]

Check your startup script for if checks where the closing bracket does not
have a space in front of it, e.g.:

CORRECT:if [ -x /usr/bin/$prog ] ; then
WRONG:  if [ -x /usr/bin/$prog] ; then

Note the space after $prog - this is important, as Bourne shell needs it to
be able to see the end of the variable before the closing bracket.

See also
http://lists.roaringpenguin.com/pipermail/mimedefang/2006-January/028983.html
- the mailing list archives are your friend.

Best Wishes,

Paul.

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.11/264 - Release Date: 17/02/2006
 

___
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


[Mimedefang] init script error or warning message

2006-02-21 Thread adorn
 when i start the mimedefang i get this:
 
 /etc/init.d/mimedefang start
 Starting mimedefang-multiplexor:
 /etc/init.d/mimedefang: line 1: [: missing `]'
 [  OK  ]
 Starting mimedefang:
 /etc/init.d/mimedefang: line 1: [: missing `]'
 [  OK  ]

 Check your startup script for if checks where the closing bracket does
not
 have a space in front of it, e.g.:
 
 CORRECT:  if [ -x /usr/bin/$prog ] ; then
 WRONG:if [ -x /usr/bin/$prog] ; then
 
 Note the space after $prog - this is important, as Bourne shell needs it
to
 be able to see the end of the variable before the closing bracket.

that is it , thank you

 See also

http://lists.roaringpenguin.com/pipermail/mimedefang/2006-January/028983.htm
l
 - the mailing list archives are your friend.

ah yes, you´re right, i should have searched with a more accurate search
termsorry


 Best Wishes,

 Paul.

anyway, thank you !

andy


___
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


[Mimedefang] Init Script

2004-05-04 Thread Stephen Loeckle
Hi Everyone,
 

I've done hours of searching and reading on the subject and I can't find
anything that works for me. I have the problem where when I do a
/etc/init.d/mimedefang stop (the init script from examples) it leaves
three mimedefang processes running. I can't use the redhat version
because it can't find daemon. Does anyone have an init script that
runs on SUSE 9 that they could throw my way?
 

Thanks so much!

Stephen


___
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang