Package: geneweb
Version: 4.10-17
Severity: normal
Geneweb doesn't use invoke-rc.d in the logrotate script; and also in the
/etc/init.d/geneweb script the restart and the force-reload are the same
case, but if I use
# invoke-rc.d geneweb restart
it looks into /etc/rc2.d and so geneweb doesn't start if I put a link
stating with K there;
if I use
# invoke-rc.d geneweb force-reload
geneweb starts always, without looking at /etc/rc2.d symlinks.
I suggest to put in the /etc/logrotate.d/geneweb script the following
line:
invoke-rc.d geneweb restart > /dev/null
instead of this
/etc/init.d/geneweb force-reload >/dev/null
and in the /etc/init.d/geneweb I'd change these two lines:
restart | force-reload)
log_success_msg "Usage: /etc/init.d/$NAME
{start|stop|restart|force-reload}"
with these, respectively:
restart )
log_success_msg "Usage: /etc/init.d/$NAME {start|stop|restart}"
Hoping that this could help.
Bye, Vladimir Nicola
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.4.18
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages geneweb depends on:
ii adduser 3.77 Add and remove users and groups
ii debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii iso-codes 0.49-1 ISO language, territory, currency
ii libc6 2.3.5-7 GNU C Library: Shared libraries an
ii lsb-base 3.0-12 Linux Standard Base 3.0 init scrip
ii perl-base [perl5-base] 5.8.7-7 The Pathologically Eclectic Rubbis
geneweb recommends no packages.
-- debconf information:
geneweb/run_mode: Always on
geneweb/remainingdir:
* geneweb/remove_databases: false
geneweb/port: 2317
* geneweb/lang: Italian
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]