diff options
author | Przemyslaw Pawelczyk <przemoc@zoho.com> | 2016-06-06 02:05:03 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-07 07:20:09 +0000 |
commit | d642117dfc15f53f9f21864d3cc33c20538844e0 (patch) | |
tree | 3eacff94e7069df7e2bb89462349b499b50a7ffc | |
parent | c48ddfe923b9a5d8216c7446e1eef26debdc99fd (diff) | |
download | aports-d642117dfc15f53f9f21864d3cc33c20538844e0.tar.bz2 aports-d642117dfc15f53f9f21864d3cc33c20538844e0.tar.xz |
testing/rrdbot: Remove bogus comment in .pre-install script.
There is a further patch in the queue fixing primary group issue.
-rw-r--r-- | testing/rrdbot/rrdbot.pre-install | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/rrdbot/rrdbot.pre-install b/testing/rrdbot/rrdbot.pre-install index 5d2e03ac29..d73a197ab8 100644 --- a/testing/rrdbot/rrdbot.pre-install +++ b/testing/rrdbot/rrdbot.pre-install @@ -1,7 +1,5 @@ #!/bin/sh -# this user should be included in alpine-baselayout-1.2. -# included here for backward compability. adduser -S -D -H -s /bin/false -g rrdbotd rrdbotd 2>/dev/null exit 0 |