X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Fsvc_acct.export;h=3ac7a4f8fc4714870e0b06ed779b3dfc951be083;hb=b03df92e48df653460cb8b6034a06dd1de6f4095;hp=8c408a2e8d5b86b9d8d4099cf704c1418aaf23df;hpb=03dcc6e0f48fae0b892dbd36229884e684b94049;p=freeside.git diff --git a/bin/svc_acct.export b/bin/svc_acct.export index 8c408a2e8..3ac7a4f8f 100755 --- a/bin/svc_acct.export +++ b/bin/svc_acct.export @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# $Id: svc_acct.export,v 1.27 2001-12-11 10:38:56 ivan Exp $ +# $Id: svc_acct.export,v 1.28 2001-12-12 07:59:33 ivan Exp $ # # Create and export password, radius and vpopmail password files: # passwd, passwd.adjunct, shadow, acp_passwd, acp_userinfo, acp_dialup @@ -573,7 +573,8 @@ foreach $bsdshellmachine (@bsdshellmachines) { ssh("root\@$bsdshellmachine", "( ". "mv /etc/passwd.new /etc/passwd; ". - "mv /etc/master.passwd.new /etc/master.passwd; ". + #"mv /etc/master.passwd.new /etc/master.passwd; ". + "pwd_mkdb /etc/master.passwd.new; ". " )" ) == 0 or die "ssh error: $!";