annotate debian/ip-up @ 333:47ba9cbc7b75 noffle

[svn] added db_stop
author godisch
date Sat, 01 Mar 2003 17:39:39 +0000
parents 3b5b7f3fd71f
children 08222dbe6eb0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
301
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
1 #!/bin/sh
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
2
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
3 # 'ppp' should be a sane default here
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
4 NOFFLE_FETCHMODE=ppp
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
5 [ -f /etc/default/noffle ] && . /etc/default/noffle
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
6
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
7 [ -x /usr/bin/noffle -a "$NOFFLE_FETCHMODE" = ppp ] && (/usr/bin/noffle --online; nohup /usr/bin/noffle --fetch) &