⚲
Projekt
Obecné
Profil
Přihlášení
Registrovat
Úvodní
Projekty
Nápověda
Hledat
:
FreenetIS QoS
Všechny projekty
FreenetIS
»
FreenetIS QoS
Přehled
Aktivita
Plán
Úkoly
Repozitář
Stáhnout (255 Bajtů)
Statistiky
| Větev:
master
qos2.0
| Tag:
0.9.2
0.9.4
| Revize:
freenetis-qos-github
/
deb
/
prerm
@ 5af3ffcf
Zobrazit
Historie
Komentovat
#!/bin/sh
# FreenetIS-qos DEB: actions before uninstalling of package
set
-e
NAME
=
freenetis-qos
# stop daemon
if
[
-x
/usr/sbin/invoke-rc.d
]
;
then
invoke-rc.d
$NAME
stop 3>/dev/null
||
true
else
/etc/init.d/
$NAME
stop 3>/dev/null
||
true
fi
exit
0
« Předchozí
1
…
6
7
8
9
Další »
(8-8/9)
Nahrávám...