diff options
author | Christian Pointner <equinox@helsinki.at> | 2011-04-20 19:26:54 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2011-04-20 19:26:54 (GMT) |
commit | 35ff2613a47ec59aacf4dc21d6a8b192f33c9bd6 (patch) | |
tree | 1356c8f260ad69971809d7ee08b8fded343e23c0 /debian | |
parent | 82de6030aca7a060c4141f180ec7beebd12ed3a3 (diff) |
minor name fix
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. |