Skip to content
Snippets Groups Projects
Commit 74e1729c authored by Xavier Guimard's avatar Xavier Guimard
Browse files

Remove old unused tip

Closes: #830166
parent b1c68d0b
No related branches found
Tags debian/1.9.4-2
No related merge requests found
lemonldap-ng (1.9.4-2) unstable; urgency=medium
* Fix "FastCGI server restart fails with SysVinit": remove old unused tip
(Closes: #830166)
-- Xavier Guimard <x.guimard@free.fr> Wed, 06 Jul 2016 22:54:09 +0200
lemonldap-ng (1.9.4-1) unstable; urgency=medium
* New upstream release (Closes: #826759)
......
......@@ -108,12 +108,6 @@ case "$1" in
restart)
log_daemon_msg "Restarting $DESC" "$NAME"
# Check configuration before stopping llng-fastcgi-server
if ! test_config; then
log_end_msg 1 # Configuration error
exit $?
fi
stop_server
case "$?" in
0|1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment