Hi Chris, Okay thanks!
BR Jan -----Original Message----- From: Chris Lamb [mailto:[email protected]] Sent: Dienstag, 17. Juni 2014 17:32 To: Jan Ullrich; [email protected] Subject: Re: Bug#751839: diff patch to fix the init script Hi Jan, I actually already fixed this in Git last month: https://github.com/lamby/pkg-redis/commit/522cf80d719bba9b54a18fe4dede5852873e0172 I'll upload it now though. On Tue, 17 Jun 2014, at 07:41 AM, Jan Ullrich wrote: > Hi, > > a diff patch to fix the script: > --- /etc/init.d/redis-server 2012-06-08 18:21:51.000000000 +0200 > +++ /root/redis-server 2014-06-17 08:29:30.687524043 +0200 > @@ -74,7 +74,7 @@ > echo "running" > else > echo "not running" > - exit 1 > + exit 3 > fi > ;; > > > BR > Jan Regards, -- ,''`. : :' : Chris Lamb `. `'` [email protected] / chris-lamb.co.uk `- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

