diff options
author | Marcel Hernandez <e6990620@gmail.com> | 2017-05-16 16:44:36 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-06-20 08:08:00 +0000 |
commit | 8e2fa3dae8c53e49f71863c3e3b373bf4bee7bb1 (patch) | |
tree | e0e98b42f39b46aee1555734497b5c9be2b358ad /testing/gearmand/gearmand.post-deinstall | |
parent | b4a647d6f803b29cf5f03f4ac3491aa8b3bf0c8a (diff) | |
download | aports-8e2fa3dae8c53e49f71863c3e3b373bf4bee7bb1.tar.bz2 aports-8e2fa3dae8c53e49f71863c3e3b373bf4bee7bb1.tar.xz |
testing/gearmand: fix system user name
Diffstat (limited to 'testing/gearmand/gearmand.post-deinstall')
-rw-r--r-- | testing/gearmand/gearmand.post-deinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gearmand/gearmand.post-deinstall b/testing/gearmand/gearmand.post-deinstall index 34a45d326a..c1cb63d78b 100644 --- a/testing/gearmand/gearmand.post-deinstall +++ b/testing/gearmand/gearmand.post-deinstall @@ -1,3 +1,3 @@ #!/bin/sh -echo "Please manually remove the 'gearmand' user and group if no longer needed" >&2 +echo "Please manually remove the 'gearman' user and group if no longer needed" >&2 |