Mercurial > noffle
changeset 384:146e6cfe86ba noffle
[svn] removed nohup from ip-up script
| author | godisch | 
|---|---|
| date | Tue, 29 Apr 2003 16:40:35 +0100 | 
| parents | 863270a06774 | 
| children | e3756d005fa4 | 
| files | debian/changelog debian/ip-up | 
| diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/debian/changelog Fri Apr 18 20:52:16 2003 +0100 +++ b/debian/changelog Tue Apr 29 16:40:35 2003 +0100 @@ -1,3 +1,9 @@ +noffle (1.1.4-7) unstable; urgency=low + + * Removed nohup from ip-up script, closes: #191058. + + -- Martin A. Godisch <godisch@debian.org> Tue, 29 Apr 2003 17:39:50 +0200 + noffle (1.1.4-6) unstable; urgency=low * Set default value for debconf'iguration to false.
--- a/debian/ip-up Fri Apr 18 20:52:16 2003 +0100 +++ b/debian/ip-up Tue Apr 29 16:40:35 2003 +0100 @@ -8,7 +8,8 @@ [ -f /etc/default/noffle ] && . /etc/default/noffle || : if [ -x /usr/bin/noffle -a "$NOFFLE_FETCHMODE" = ppp ]; then - (/usr/bin/noffle --online; nohup /usr/bin/noffle --fetch) & + /usr/bin/noffle --online + /usr/bin/noffle --fetch & fi exit 0
