ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

commit b126b72be789690442be70c33394aa9365bafbe0
parent 59d101968aa2d108f007f20541a4e877e1b2c1ee
Author: sin <sin@2f30.org>
Date:   Mon,  2 Jun 2014 16:08:33 +0100

Use '*' as opposed to 'x' for disabled accounts

We don't have a shadow file atm.

Diffstat:
Mfs/etc/passwd | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/fs/etc/passwd b/fs/etc/passwd @@ -1,4 +1,4 @@ root::0:0:root:/root:/bin/mksh -bin:x:1:1:bin:/bin:/bin/false -daemon:x:2:2:daemon:/sbin:/bin/false -nobody:x:65534:65534:nobody:/nonexistent:/bin/false +bin:*:1:1:bin:/bin:/bin/false +daemon:*:2:2:daemon:/sbin:/bin/false +nobody:*:65534:65534:nobody:/nonexistent:/bin/false