Openwall Project   /home  Owl  JtR  Pro  crypt  pam_passwdqc  tcb  phpass  scanlogd  popa3d  msulogin  /  Linux  BIND  /  advisories  presentations  /  services  donations  /  wordlists  passwords  /  community  lists  wiki  CVSweb  mirrors  signatures
bringing security into open environments
 
This website is powered by Openwall GNU/*/Linux security-enhanced OS
[<prev] [next>] [thread-next>] [month] [year] [list]
Date: Mon, 9 Dec 2002 10:21:09 +0200
From: Jarno Huuskonen <Jarno.Huuskonen@....fi>
To: owl-users@...ts.openwall.com
Subject: /etc/init.d/functions and Red Hat compat.


Hi,

I noticed a very minor compatibility issue with /etc/init.d/functions
and Red Hat initscripts. Some Red Hat package initscripts
(eg. squid errata package) use echo_success / echo_failure when
starting/stopping daemons (AFAIK these just print the green OK/red
FAILURE).

Owl functions doesn't have these two functions, so the
initscript complains about missing function.

Something like this should be sufficient:
echo_success() {
	echo "success"
}

echo_failure() {
	echo "failure"
}

-Jarno

-- 
Jarno Huuskonen

Hosted by DataForce ISP - Powered by Openwall GNU/*/Linux