diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-22 17:04:53 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-22 17:04:53 +0000 |
commit | bb8c7c041c3814ad65897771d9e90d4ad962e197 (patch) | |
tree | d884b1bd32e1a41185254f7b9ed980329e46e587 /loginutils | |
parent | 703e20235aa0624d3ff4335c1e86edaa6e21efe2 (diff) | |
download | busybox-bb8c7c041c3814ad65897771d9e90d4ad962e197.tar.gz |
- sed -i -e "/\$Id:/d;"
Diffstat (limited to 'loginutils')
-rw-r--r-- | loginutils/deluser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/loginutils/deluser.c b/loginutils/deluser.c index d07fd22ac..034ab9431 100644 --- a/loginutils/deluser.c +++ b/loginutils/deluser.c @@ -80,4 +80,3 @@ int deluser_main(int argc, char **argv) return EXIT_SUCCESS; } -/* $Id: deluser.c,v 1.4 2003/07/14 20:20:45 andersen Exp $ */ |