diff options
Diffstat (limited to 'multimedia/kissdx/files')
-rw-r--r-- | multimedia/kissdx/files/kissdx.in | 7 | ||||
-rw-r--r-- | multimedia/kissdx/files/pkg-message.in | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/multimedia/kissdx/files/kissdx.in b/multimedia/kissdx/files/kissdx.in index 148d150ee12f..dbb0162c414e 100644 --- a/multimedia/kissdx/files/kissdx.in +++ b/multimedia/kissdx/files/kissdx.in @@ -1,16 +1,15 @@ #!/bin/sh # -# This script start and stop the KiSS DX deamon, using the rc.subr functionality +# Script to start and stop the KiSS DX deamon, using the rc.subr functionality # # Add the following lines to /etc/rc.conf to enable this service at boot time: # -# kissdx_enable="YES" A -# (kissdx="YES" for NetBSD) +# kissdx_enable="YES" (kissdx="YES" for NetBSD) # . /etc/rc.subr -#Name of program to start +# Name of program to start name="kissdx" # Full path to program diff --git a/multimedia/kissdx/files/pkg-message.in b/multimedia/kissdx/files/pkg-message.in index 027358ec830e..9a4b94076807 100644 --- a/multimedia/kissdx/files/pkg-message.in +++ b/multimedia/kissdx/files/pkg-message.in @@ -1,5 +1,5 @@ The following line needs to be added to /etc/rc.conf in order to start the -deamon at boot time. +daemon at boot time. kissdx_enable="YES" (or kissdx="YES" for NetBSD) |