From f412163fe758c1b38e7dc226d714a60a7cde71b6 Mon Sep 17 00:00:00 2001 From: geos_one Date: Sun, 31 Oct 2010 18:33:37 +0000 Subject: [PATCH] delete not needed git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/genlink@2638 6952d904-891a-0410-993b-d76249ca496b --- .../root_overlay/usr/local/bin/changepassword | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 Documentation/ls_pro_live/root_overlay/usr/local/bin/changepassword diff --git a/Documentation/ls_pro_live/root_overlay/usr/local/bin/changepassword b/Documentation/ls_pro_live/root_overlay/usr/local/bin/changepassword deleted file mode 100755 index 7baab18..0000000 --- a/Documentation/ls_pro_live/root_overlay/usr/local/bin/changepassword +++ /dev/null @@ -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 \ No newline at end of file