You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
815 B
19 lines
815 B
* Find a way to get the port number from /etc/default/geneweb for the |
|
menu entry. I tried command="/usr/bin/www-browser |
|
http://localhost:`cat /etc/default/geneweb |grep -e '^PORT'| cut -f2 |
|
-d'='`" in menu entry but this does not seem to work..:-( |
|
|
|
* Really deal with permissions : users should not be able to write |
|
other's databases |
|
|
|
* Packages that include system services should include systemd service units to start or stop those services |
|
(since std-ver: 4.5.0) |
|
|
|
* Support for the "status" init script argument is encouraged. |
|
(since std-ver: 4.5.0) |
|
|
|
* Packages are recommended to use debhelper tools instead of invoking |
|
"update-rc.d" and "invoke-rc.d" directly. |
|
(since std-ver: 4.0.1) |
|
geneweb.postinst:208: update-rc.d -f geneweb remove |
|
geneweb.logrotate:9: invoke-rc.d geneweb force-reload >/dev/null
|
|
|