diff options
Diffstat (limited to 'vdr-vdrmanager/debian/init.d.ex')
-rw-r--r-- | vdr-vdrmanager/debian/init.d.ex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vdr-vdrmanager/debian/init.d.ex b/vdr-vdrmanager/debian/init.d.ex index c87119e..fce26aa 100644 --- a/vdr-vdrmanager/debian/init.d.ex +++ b/vdr-vdrmanager/debian/init.d.ex @@ -1,6 +1,6 @@ #!/bin/sh ### BEGIN INIT INFO -# Provides: vdr-plugin-vdrmanager +# Provides: vdr-plugin-vdr-vdrmanager # Required-Start: $network $local_fs # Required-Stop: # Default-Start: 2 3 4 5 @@ -15,9 +15,9 @@ # PATH should only include /usr/* if it runs after the mountnfs.sh script PATH=/sbin:/usr/sbin:/bin:/usr/bin -DESC=vdr-plugin-vdrmanager # Introduce a short description here -NAME=vdr-plugin-vdrmanager # Introduce the short server's name here -DAEMON=/usr/sbin/vdr-plugin-vdrmanager # Introduce the server's location here +DESC=vdr-plugin-vdr-vdrmanager # Introduce a short description here +NAME=vdr-plugin-vdr-vdrmanager # Introduce the short server's name here +DAEMON=/usr/sbin/vdr-plugin-vdr-vdrmanager # Introduce the server's location here DAEMON_ARGS="" # Arguments to run the daemon with PIDFILE=/var/run/$NAME.pid SCRIPTNAME=/etc/init.d/$NAME |