aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2015-05-08 14:57:32 +0200
committerJoerg Bornkessel <hd_brummy@gentoo.org>2015-05-08 14:57:32 +0200
commit7f24ddbb0b68d9a2d1cb6be1a90a97b0b1c2c244 (patch)
treeebdb40fc6daf66ddbfaa364bd8f9586130b32292 /etc
parentbump; update license info, call include on later lines (diff)
downloadgentoo-vdr-scripts-7f24ddbb0b68d9a2d1cb6be1a90a97b0b1c2c244.tar.gz
gentoo-vdr-scripts-7f24ddbb0b68d9a2d1cb6be1a90a97b0b1c2c244.tar.bz2
gentoo-vdr-scripts-7f24ddbb0b68d9a2d1cb6be1a90a97b0b1c2c244.zip
whitespace; moved 'source' to '.' to be POSIX compliant, wrt bug 548550;
add Id tags for better versioning info
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile2
-rw-r--r--etc/conf.d/Makefile2
-rw-r--r--etc/init.d/Makefile2
-rw-r--r--etc/init.d/vdr-x112
-rw-r--r--etc/sudoers.d/Makefile2
-rw-r--r--etc/systemd/system/vdr.service.d/Makefile2
-rw-r--r--etc/vdr/Makefile2
-rw-r--r--etc/vdr/commands/Makefile2
-rw-r--r--etc/vdr/reccmds/Makefile2
9 files changed, 9 insertions, 9 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 1287d0f..0951bde 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 454 2007-05-30 09:56:54Z zzam $
+# $Id$
SHELL = /bin/bash
diff --git a/etc/conf.d/Makefile b/etc/conf.d/Makefile
index c57751c..a6608df 100644
--- a/etc/conf.d/Makefile
+++ b/etc/conf.d/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 454 2007-05-30 09:56:54Z zzam $
+# $Id$
SHELL = /bin/bash
diff --git a/etc/init.d/Makefile b/etc/init.d/Makefile
index 307d619..a8933a2 100644
--- a/etc/init.d/Makefile
+++ b/etc/init.d/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 454 2007-05-30 09:56:54Z zzam $
+# $Id$
SHELL = /bin/bash
diff --git a/etc/init.d/vdr-x11 b/etc/init.d/vdr-x11
index be98d10..2ca211f 100644
--- a/etc/init.d/vdr-x11
+++ b/etc/init.d/vdr-x11
@@ -5,7 +5,7 @@
description="Start minimal X server for VDR"
-source /etc/conf.d/vdr
+. /etc/conf.d/vdr
command="/usr/bin/X"
command_args="${X11_SERVER:=\:0 -br -nocursor -nolisten tcp -quiet}"
diff --git a/etc/sudoers.d/Makefile b/etc/sudoers.d/Makefile
index 9780c6f..dc453d6 100644
--- a/etc/sudoers.d/Makefile
+++ b/etc/sudoers.d/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 454 2007-05-30 09:56:54Z zzam $
+# $Id$
SHELL = /bin/bash
diff --git a/etc/systemd/system/vdr.service.d/Makefile b/etc/systemd/system/vdr.service.d/Makefile
index 9bb7610..3e7256b 100644
--- a/etc/systemd/system/vdr.service.d/Makefile
+++ b/etc/systemd/system/vdr.service.d/Makefile
@@ -1,4 +1,4 @@
-# $Id: $
+# $Id$
SHELL = /bin/bash
diff --git a/etc/vdr/Makefile b/etc/vdr/Makefile
index 7a93b2c..9505761 100644
--- a/etc/vdr/Makefile
+++ b/etc/vdr/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 454 2007-05-30 09:56:54Z zzam $
+# $Id$
SHELL = /bin/bash
diff --git a/etc/vdr/commands/Makefile b/etc/vdr/commands/Makefile
index 21055c3..479e963 100644
--- a/etc/vdr/commands/Makefile
+++ b/etc/vdr/commands/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 454 2007-05-30 09:56:54Z zzam $
+# $Id$
SHELL = /bin/bash
diff --git a/etc/vdr/reccmds/Makefile b/etc/vdr/reccmds/Makefile
index 91295fe..ae55c7b 100644
--- a/etc/vdr/reccmds/Makefile
+++ b/etc/vdr/reccmds/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 454 2007-05-30 09:56:54Z zzam $
+# $Id$
SHELL = /bin/bash