diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2015-02-05 22:10:12 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2015-02-05 22:10:12 +0100 |
commit | 4110ad11bb1140eac5a45116dddaa3c2b4ac9668 (patch) | |
tree | 76fe1f19e57d28cf760d51bb3eb9b97143a0ed20 | |
parent | filled README.x11-server, initfile, conffile (diff) | |
download | gentoo-vdr-scripts-4110ad11bb1140eac5a45116dddaa3c2b4ac9668.tar.gz gentoo-vdr-scripts-4110ad11bb1140eac5a45116dddaa3c2b4ac9668.tar.bz2 gentoo-vdr-scripts-4110ad11bb1140eac5a45116dddaa3c2b4ac9668.zip |
typo init-file vdr-x11
-rw-r--r-- | etc/init.d/vdr-x11 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/init.d/vdr-x11 b/etc/init.d/vdr-x11 index 1b3ee97..9a8cfa0 100644 --- a/etc/init.d/vdr-x11 +++ b/etc/init.d/vdr-x11 @@ -1,14 +1,14 @@ #!/sbin/runscript # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $ID: $ description:"Start minimal X server for VDR" source /etc/conf.d/vdr command="/usr/bin/X" -command_args="${X11_SERVER:=\:0 -br -nocursor -nolisten tcp -quiet" +command_args="${X11_SERVER:=\:0 -br -nocursor -nolisten tcp -quiet}" start_stop_daemon_args="--make-pidfile --background" pidfile="/var/run/vdr-x11.pid" |