Debian port
Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 dls (1.4.0-4) UNRELEASED; urgency=medium
 .
   * Update auf HG b41a7f101cef
   * Fix dls.service
   * Fix
   * Fix profile path
   * Fix profile path
Author: Andreas Stewering-Bone <ab@igh.de>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- dls-1.4.0.orig/script/sysconfig
+++ dls-1.4.0/script/sysconfig
@@ -22,25 +22,25 @@
 #
 #  DLS data directory
 #
-#DLS_DIR=/vol/dls_data
+DLS_DIR=/vol/dls_data
 
 #
 #  DLS export directory
 #
-#DLS_EXPORT=/vol/dls_data
+DLS_EXPORT=/vol/dls_data
 
 #
 #  DLS export format string
 #  This format string is passed to the strftime function (see man strftime)
 #  and therefore supports all of its format specifiers.
 #
-#DLS_EXPORT_FMT=export-%Y-%m-%d-%H-%M-%S
+DLS_EXPORT_FMT=export-%Y-%m-%d-%H-%M-%S
 
 #
 #  DLS user.
 #  The dlsd will switch to this user, so does the dls_ctl command.
 #
-#DLS_USER=dls
+DLS_USER=dls
 
 #
 #  Additional options for dlsd.

