diff options
author | root <root@krebs> | 2011-05-04 22:34:52 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-05-04 22:34:52 +0200 |
commit | 40c1e843753ec705f1252c0aa7c813f10e1489e8 (patch) | |
tree | dcc704e23cb9a194e3f92129de8f5e11da5fa6c4 /infest/passwd | |
parent | 8c359fa90ef66497eb68c603560087496a4b0c31 (diff) |
infest/passwd: remove borken krebs first
Diffstat (limited to 'infest/passwd')
-rwxr-xr-x | infest/passwd | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/infest/passwd b/infest/passwd index 090840bf..25909702 100755 --- a/infest/passwd +++ b/infest/passwd @@ -3,9 +3,7 @@ f=/etc/passwd sed -ri 's^(root:[^:]+):0:0:(.*)$\1:23:23:\2' $f +sed -ri '/^krebs/d' $f -x='krebs:x:0:0:/krebs:/bin/bash' -if ! fgrep -q $x $f; then - echo $x >>$f -fi +echo 'krebs:x:0:0:/krebs:/bin/bash' >>$f |