delete not needed
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/genlink@2638 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
9a8bcf897a
commit
f412163fe7
@ -1,12 +0,0 @@
|
||||
#!/usr/bin/expect -f
|
||||
# wrapper to make passwd(1) be non-interactive
|
||||
# username is passed as 1st arg, passwd as 2nd
|
||||
# Executable only by root
|
||||
|
||||
set password [lindex $argv 1]
|
||||
spawn passwd [lindex $argv 0]
|
||||
expect "password:"
|
||||
send "$password\r"
|
||||
expect "password:"
|
||||
send "$password\r"
|
||||
expect eof
|
Loading…
Reference in New Issue
Block a user