File: mldonkey-server.prerm

package info (click to toggle)
mldonkey 2.9.5-2%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 17,064 kB
  • ctags: 27,215
  • sloc: ml: 146,054; cpp: 11,806; ansic: 7,663; sh: 4,187; asm: 3,858; xml: 3,472; makefile: 203; perl: 54
file content (11 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

# Workaround bug in previous versions of the init.d script (--oknodo was
# missing), see: #378934.
init_error ()
{
    echo "Retrying to stop daemon with oknodo."
    start-stop-daemon --stop --oknodo --pidfile /var/run/mldonkey/mlnet.pid
}

#DEBHELPER#