summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-12-09 16:42:32 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-12-09 16:42:32 +0000
commitf07baecf09e3be6b1ef01a02fd31f95db702ad86 (patch)
tree6d06d41abdccf24a729f73b575d8f3c0ed6fc742 /debian
parent8840a0218ab7faf0668966318166b909e18b2131 (diff)
downloaduserv-utils-f07baecf09e3be6b1ef01a02fd31f95db702ad86.tar.gz
Change default user for git-daemon to userv-git and default user for dyndns to userv-dyndns.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/userv-git-daemon.postinst2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 063132f..bcd63e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ userv-utils (0.6.0~~iwj3) unstable; urgency=low
* No longer mention SLIP and udptunnel in the userv-ipif Description.
* Americanise spelling of /usr/share/common-licences to ...-licenses.
* Add debhelper token to postinst scripts.
+ * Change default user for git-daemon to userv-git and
+ default user for dyndns to userv-dyndns.
--
diff --git a/debian/userv-git-daemon.postinst b/debian/userv-git-daemon.postinst
index 1d4f740..5ed3b4e 100755
--- a/debian/userv-git-daemon.postinst
+++ b/debian/userv-git-daemon.postinst
@@ -22,7 +22,7 @@ set -e
# You should have received a copy of the GNU General Public License
# along with userv-utils; if not, see http://www.gnu.org/licenses/.
-GITDUSER=git
+GITDUSER=userv-git
defaults=/etc/default/userv-git-daemon
if test -f $defaults; then . $defaults; fi