diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/rharchive.default | 4 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 3 deletions
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. |