Bug#326134: debconf: error on debian-devel manpage in the "config file" example script

2005-09-02 Thread Joey Hess
Christian Perrier wrote: > > The "Config file handling" example config script contains an error: > > > > if [ -e $CONFIGFILE ]; then > > . $CONFIGFILE || true > > > > # Store values from config file into > > # debconf db. > > db_set mypackag

Bug#326134: debconf: error on debian-devel manpage in the "config file" example script

2005-09-02 Thread Jérémy Bobbio
On Friday 02 September 2005 06:36, Christian Perrier wrote: > > The "Config file handling" example config script contains an error: > > > > if [ -e $CONFIGFILE ]; then > > . $CONFIGFILE || true > > > > # Store values from config file into > > # debconf db

Bug#326134: debconf: error on debian-devel manpage in the "config file" example script

2005-09-02 Thread Christian Perrier
> The "Config file handling" example config script contains an error: > > if [ -e $CONFIGFILE ]; then > . $CONFIGFILE || true > > # Store values from config file into > # debconf db. > db_set mypackage/foo FOO > db_set mypackage/

Bug#326134: debconf: error on debian-devel manpage in the "config file" example script

2005-09-01 Thread Jérémy Bobbio
Package: debconf Version: 1.4.30.13 Severity: minor Tags: patch The "Config file handling" example config script contains an error: if [ -e $CONFIGFILE ]; then . $CONFIGFILE || true # Store values from config file into # debconf db. db_set