diff options
author | petere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2011-12-06 18:16:56 +0000 |
---|---|---|
committer | petere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2011-12-06 18:16:56 +0000 |
commit | 37adf43fedc24675bcaffb04dcb7171d2630ca7e (patch) | |
tree | d83561e1c2caec28febca582b5fea9d39d3ad2ef /debian/changelog | |
parent | bfaeb79874344c047e2ece98ce991797eb31254a (diff) | |
download | ntp-37adf43fedc24675bcaffb04dcb7171d2630ca7e.tar.gz |
* Create ntp user and group separately, to handle the case where the
user already exists but not the group (closes: #624275)
* Don't ignore errors from adduser. If the system user or group already
exist, this is ignored anyway. Anything else we want to know about.
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@349 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d4028d1..7d460c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,8 +20,12 @@ ntp (1:4.2.6.p3+dfsg-2) UNRELEASED; urgency=low * Update options list on ntptrace man page to match reality (closes: #593417) * Add build-arch and build-indep debian/rules targets, per lintian + * Create ntp user and group separately, to handle the case where the + user already exists but not the group (closes: #624275) + * Don't ignore errors from adduser. If the system user or group already + exist, this is ignored anyway. Anything else we want to know about. - -- Peter Eisentraut <petere@debian.org> Tue, 06 Dec 2011 01:00:02 +0200 + -- Peter Eisentraut <petere@debian.org> Tue, 06 Dec 2011 19:57:43 +0200 ntp (1:4.2.6.p3+dfsg-1) unstable; urgency=low |