Mercurial > noffle
comparison debian/config @ 333:47ba9cbc7b75 noffle
[svn] added db_stop
author | godisch |
---|---|
date | Sat, 01 Mar 2003 17:39:39 +0000 |
parents | 5ec39beae9c5 |
children | ff1945b26212 |
comparison
equal
deleted
inserted
replaced
332:2703d242de42 | 333:47ba9cbc7b75 |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 # $Id: config 459 2003-02-22 21:54:34Z godisch $ | 2 # $Id: config 469 2003-03-01 17:39:39Z godisch $ |
3 | 3 |
4 set -e | 4 set -e |
5 | 5 |
6 server_config=/etc/news/noffle.conf | 6 server_config=/etc/news/noffle.conf |
7 debian_config=/etc/default/noffle | 7 debian_config=/etc/default/noffle |
93 db_input medium noffle/password && db_go || : | 93 db_input medium noffle/password && db_go || : |
94 db_input medium noffle/fetchmode && db_go || : | 94 db_input medium noffle/fetchmode && db_go || : |
95 db_input medium noffle/maxfetch && db_go || : | 95 db_input medium noffle/maxfetch && db_go || : |
96 db_input low noffle/default-expire && db_go || : | 96 db_input low noffle/default-expire && db_go || : |
97 | 97 |
98 db_stop | |
98 exit 0 | 99 exit 0 |