Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37761008
en ru br
ALT Linux repos
S:0.22-alt1.git20110709
5.0: 0.2.12-alt4.1
4.1: 0.2.10-alt1.2
4.0: 0.2.10-alt1.2

Group :: Sound
RPM: mpdscribble

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: mpdscribble-alt-man-confgs_path_fix.patch
Download


Fixes paths to configuration files:
- /etc/mpdscribble/mpdscribble.conf -> /etc/mpdscribble.conf
- ~/.mpdscribble/.mpdscribble.conf -> ~/.mpdscribble/mpdscribble.conf
- /var/cache/mpdscribble.cache -> /var/cache/mpdscribble/mpdscribble.cache
- /var/log/mpdscribble.log -> /var/log/mpdscribble/mpdscribble.log
- ~/.mpdscribble/.mpdscribble.log -> ~/.mpdscribble/mpdscribble.log
Related bugs:
- http://code.google.com/p/mpdscribble/issues/detail?id=7
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482485
diff --git a/mpdscribble/mpdscribble.1 b/mpdscribble/mpdscribble.1
index 5556a96..b7d3573 100644
--- a/mpdscribble/mpdscribble.1
+++ b/mpdscribble/mpdscribble.1
@@ -36,14 +36,14 @@ Display help and exit.
 Display version information and exit.
 .TP
 .B \-\-log FILE
-Specify log file. /var/log/mpdscribble.log is used by default.
+Specify log file. /var/log/mpdscribble/mpdscribble.log is used by default.
 .TP
 .B \-\-cache FILE
-Specify Audioscrobbler cache file. /var/cache/mpdscribble.cache is used
+Specify Audioscrobbler cache file. /var/cache/mpdscribble/mpdscribble.cache is used
 by default.
 .TP
 .B \-\-conf FILE
-Read configuration options from file. /etc/mpdscribble/mpdscribble.conf
+Read configuration options from file. /etc/mpdscribble.conf
 is used by default.
 .TP
 .B \-\-host [PASSWORD@]HOSTNAME
@@ -62,7 +62,7 @@ Specify how often mpdscribble should write its cache file (in seconds, default i
 Specify how verbosely mpdscribble should log. Possible values are 0, 1, 2.
 .SH CONFIGURATION
 mpdscribble looks for its configuration file first at 
-~/.mpdscribble/mpdscribble.conf and then at /etc/mpdscribble/mpdscribble.conf 
+~/.mpdscribble/mpdscribble.conf and then at /etc/mpdscribble.conf
 but this can be overridden by specifying an alternate configuration
 file using the command line option
 --conf. 
@@ -98,17 +98,17 @@ How verbose mpdscribble's logging should be.
 .B sleep = INTERVAL
 How long mpdscribble should wait between MPD status queries.
 .SH FILES
-.I /etc/mpdscribble/mpdscribble.conf
+.I /etc/mpdscribble.conf
 .RS
 The system wide configuration file. 
 .RE
 
-.I ~/.mpdscribble/.mpdscribble.conf
+.I ~/.mpdscribble/mpdscribble.conf
 .RS
 Per user configuration file. 
 .RE
 
-.I /var/cache/mpdscribble.cache
+.I /var/cache/mpdscribble/mpdscribble.cache
 .RS
 The system wide Audioscrobbler cache file.
 .RE
@@ -118,12 +118,12 @@ The system wide Audioscrobbler cache file.
 Per user Audioscrobbler cache file. 
 .RE
 
-.I /var/log/mpdscribble.log
+.I /var/log/mpdscribble/mpdscribble.log
 .RS
 The system wide log file. 
 .RE
 
-.I ~/.mpdscribble/.mpdscribble.log
+.I ~/.mpdscribble/mpdscribble.log
 .RS
 Per user log file. 
 .RE
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin