summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2005-10-09 21:25:51 +0000
committerPeter Palfrader <peter@palfrader.org>2005-10-09 21:25:51 +0000
commit872ef65e7e4654bc34f1c84a5d9fc917c6c4e88a (patch)
treeb836b601e7ec4d5b0bd52a6da8df0ec1912c923a /debian
parent0d05a7bfbb9bd41e2d20594565d70f8aed0bde81 (diff)
Fix format of chown argument from echolot.adm to echolot:adm.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/echolot.postinst2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 5631125..4befe4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ echolot (2.1.8-3) unstable; urgency=low
* Increase Standards-Version to 3.6.2 from 3.6.1.
* Add dependency on adduser since we need it in postinst.
+ * Fix format of chown argument from echolot.adm to echolot:adm.
- -- Peter Palfrader <weasel@debian.org> Sun, 9 Oct 2005 23:24:28 +0200
+ -- Peter Palfrader <weasel@debian.org> Sun, 9 Oct 2005 23:25:18 +0200
echolot (2.1.8-2) unstable; urgency=low
diff --git a/debian/echolot.postinst b/debian/echolot.postinst
index 3e30365..4004475 100755
--- a/debian/echolot.postinst
+++ b/debian/echolot.postinst
@@ -24,7 +24,7 @@ adduser --quiet \
# Give the echolot user write permissions to /var/log/echolot/echolot.log
touch /var/log/echolot/echolot.log
-chown echolot.adm /var/log/echolot/echolot.log
+chown echolot:adm /var/log/echolot/echolot.log
chmod 640 /var/log/echolot/echolot.log
# and /var/lib/echolot
if ( ! dpkg-statoverride --list /var/lib/echolot > /dev/null ); then