From 35ff2613a47ec59aacf4dc21d6a8b192f33c9bd6 Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Wed, 20 Apr 2011 19:26:54 +0000
Subject: minor name fix


diff --git a/debian/rharchive.default b/debian/rharchive.default
index 952cf1b..a2029ec 100644
--- a/debian/rharchive.default
+++ b/debian/rharchive.default
@@ -1,5 +1,5 @@
-# Defaults for uanytun initscript
-# sourced by /etc/init.d/uanytun
+# Defaults for rharchive initscript
+# sourced by /etc/init.d/rharchive
 
 # Additional options that are passed to the Daemon.
 DAEMONOPTS="--username rharchive"
diff --git a/debian/rules b/debian/rules
index 8c1138a..3999dc3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ install: build
 	dh_testroot
 	dh_installdirs
 
-	# Add here commands to install the package into debian/uanytun.
+	# Add here commands to install the package into debian/rharchive.
 	cd src && $(MAKE) DESTDIR=$(CURDIR)/debian/rharchive install && cd ..
 
 # Build architecture-independent files here.
-- 
cgit v0.10.2