Please use the git repo for development.
--- openct-0.6.20.orig/etc/init-script.in
+++ openct-0.6.20/etc/init-script.in
@@ -32,8 +32,8 @@ then
 	# this example would assign the directory to a group "scard"
 	# and set permissions so only users in that group can access
 	# smart card readers via openct.
-	#chown root:scard "$STATUS_DIR"
-	#chmod 0750 "$STATUS_DIR"
+	chown root:scard "$STATUS_DIR"
+	chmod 0750 "$STATUS_DIR"
 fi
 
 set -e
--- openct-0.6.20.orig/etc/Makefile.am
+++ openct-0.6.20/etc/Makefile.am
@@ -34,8 +34,6 @@ sysconf_DATA=#required in order to creat
 install-exec-hook:	install-sysconfDATA openct.conf
 	if [ -f "$(DESTDIR)$(sysconfdir)/openct.conf" ]; then \
 		$(INSTALL_DATA) openct.conf "$(DESTDIR)$(sysconfdir)/openct.conf.new"; \
-	else \
-		$(INSTALL_DATA) openct.conf "$(DESTDIR)$(sysconfdir)/openct.conf"; \
 	fi
 
 .in:
