Bug#272882: Confusing /etc/default setting

2005-02-16 Thread Jaakko Niemi
On Wed, 16 Feb 2005, Rainer Bawidamann wrote: > I.e. "RUN_DAEMON=yes" means to _not_ run it as a daemon ... Please observe bug #293040 and how it was closed by last upload. --j -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [E

Bug#272882: Confusing /etc/default setting

2005-02-16 Thread Rainer Bawidamann
To make the "run as daemon" setting even worse the meaning of the variable is swapped too. From init.d/tftpd-pha: if [ "$RUN_DAEMON" = "yes" ] ; then echo "tftpd-hpa disabled in /etc/default/tftpd-hpa" exit 0 fi I.e. "RUN_DAEMON=yes" means to _not_ run it as a daemon ... Please