Mercurial > noffle
view debian/ip-up @ 482:a04c52f87b6e noffle
[svn] * docs/noffle.1,src/database.h,src/database.c,src/noffle.c,src/server.c:
Add new '-U, --uninteresting' option. This removes an article from the
list of requested articles and removes its INTERESTING marker.
author | bears |
---|---|
date | Thu, 14 Oct 2004 00:26:48 +0100 |
parents | 146e6cfe86ba |
children |
line wrap: on
line source
#!/bin/sh set -e # 'ppp' should be a sane default here NOFFLE_FETCHMODE=ppp [ -f /etc/default/noffle ] && . /etc/default/noffle || : if [ -x /usr/bin/noffle -a "$NOFFLE_FETCHMODE" = ppp ]; then /usr/bin/noffle --online /usr/bin/noffle --fetch & fi exit 0