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:
geos_one 2010-10-31 18:33:37 +00:00
parent 9a8bcf897a
commit f412163fe7
1 changed files with 0 additions and 12 deletions

View File

@ -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