Package: lastfmsubmitd
Version: 1.0.5-1
Severity: wishlist
Tags: patch
This little patch for /etc/init.d/lastfmsubmitd would let me put in
e.g. proxy information (http_proxy=...) or other stuff into
/etc/default/lastfmsubmitd without beeing disturbed by the next package
upgrade. ;-)
--- lastfmsubmitd.~1~ 2009-05-20 12:02:15.000000000 +0200
+++ lastfmsubmitd 2009-06-23 09:59:31.000000000 +0200
@@ -9,6 +9,10 @@
USER=lastfm
GROUP=lastfm
+if [ -e /etc/default/lastfmsubmitd ]; then
+ . /etc/default/lastfmsubmitd
+fi
+
if ! [ -x $DAEMON ]; then
exit 0
fi
Thanks,
Erwin
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.29-2-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages lastfmsubmitd depends on:
ii adduser 3.110 add and remove users and groups
ii debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii python 2.5.4-2 An interactive high-level object-o
ii python-support 1.0.3 automated rebuilding support for P
lastfmsubmitd recommends no packages.
Versions of packages lastfmsubmitd suggests:
pn ears <none> (no description available)
-- debconf information excluded
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]