[libconfig-model-lcdproc-perl] 03/05: added patch to adapt default config to Debian

dod at debian.org dod at debian.org
Sun Jan 5 19:53:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-lcdproc-perl.

commit 80d2f74e76287ae06b253f16eb3535619f84576d
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Jan 5 20:34:16 2014 +0100

    added patch to adapt default config to Debian
---
 debian/patches/series         |  1 +
 debian/patches/tweak-defaults | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e1036cf
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+tweak-defaults
diff --git a/debian/patches/tweak-defaults b/debian/patches/tweak-defaults
new file mode 100644
index 0000000..a26aa8e
--- /dev/null
+++ b/debian/patches/tweak-defaults
@@ -0,0 +1,28 @@
+Description:Tweak defaults values for Debian
+ Debian needs some default values slightly different
+ from upstream
+Forwarded:NA
+Author:dod
+--- a/lib/Config/Model/models/LCDd/server.pl
++++ b/lib/Config/Model/models/LCDd/server.pl
+@@ -199,10 +199,9 @@
+       },
+       'ReportToSyslog',
+       {
+-        'description' => 'Should we report to syslog instead of stderr ? 
+-[default: yes]',
++        'description' => 'Should we report to syslog instead of stderr ?',
+         'type' => 'leaf',
+-        'upstream_default' => 'no',
++        'default' => 'yes',
+         'value_type' => 'boolean',
+         'write_as' => [
+           'no',
+@@ -261,7 +260,6 @@
+       },
+       'User',
+       {
+-        'default' => 'nobody',
+         'description' => 'User to run as.  LCDd will drop its root privileges, if any,
+ and run as this user instead.',
+         'type' => 'leaf',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-lcdproc-perl.git



More information about the Pkg-perl-cvs-commits mailing list