diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-02-06 12:24:28 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-02-06 12:24:28 +0100 |
commit | 2ae090fba0cb30f95ba406b62e5da150577bd538 (patch) | |
tree | 19ef56cbeff880036b5c8260ae87c67d0f5c26ae /t/LO-multilib/multilibsbowithcommandinreadme/README | |
parent | 0dcba316a80cb8b4283965c2dee217e9c6955fc1 (diff) | |
download | sbotools2-2ae090fba0cb30f95ba406b62e5da150577bd538.tar.xz |
t/ useradd/groupadd in README change from 200 to 199 to not conflict with possible postfix install
Diffstat (limited to 't/LO-multilib/multilibsbowithcommandinreadme/README')
-rw-r--r-- | t/LO-multilib/multilibsbowithcommandinreadme/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/LO-multilib/multilibsbowithcommandinreadme/README b/t/LO-multilib/multilibsbowithcommandinreadme/README index 6e51784..db5d140 100644 --- a/t/LO-multilib/multilibsbowithcommandinreadme/README +++ b/t/LO-multilib/multilibsbowithcommandinreadme/README @@ -1,4 +1,4 @@ This doesn't exist! - groupadd -g 200 test - useradd -u 200 -g 200 -d /tmp test + groupadd -g 199 test + useradd -u 199 -g 199 -d /tmp test |