makes lintian happier

This commit is contained in:
sebd 2004-09-15 16:17:07 +00:00
parent 3b0c786141
commit 8e22747698
3 changed files with 9 additions and 3 deletions

4
debian/control vendored
View File

@ -10,8 +10,8 @@ Architecture: all
Depends: ${python:Depends}, xml-core (>= 0.09), libxml2-python2.3,
libxslt1-python2.3
Recommends: python2.3-pyopenssl
Description: Expression web server
Expression is a Liberty Alliance, WebDAV and XML based web application
Description: liberty alliance, WebDAV and XML web server
A Liberty Alliance, WebDAV and XML based web application
framework and HTTP server.
.
Homepage: http://expression.entrouvert.org

View File

@ -1 +0,0 @@
/etc/expression/config.xml

View File

@ -20,6 +20,13 @@ case "$1" in
start-stop-daemon --stop --pidfile $PIDFILE --oknodo
;;
force-reload)
echo -n "Force-reloading $NAME"
if ! start-stop-daemon -q --stop --pidfile $PIDFILE --signal HUP; then
$ENV start-stop-daemon --start --pidfile $PIDFILE --exec $DAEMON > /dev/null
fi
;;
restart)
echo -n "Restarting $NAME"
if ! start-stop-daemon -q --stop --pidfile $PIDFILE --signal HUP; then