diff options
author | ivan <ivan> | 2000-06-29 15:01:25 +0000 |
---|---|---|
committer | ivan <ivan> | 2000-06-29 15:01:25 +0000 |
commit | ba0e7c68fa1a7dd9beff5084ac1a846960f3a477 (patch) | |
tree | 95faac2ee6ee196982dd52e99e96e25ce75e35ac /bin/svc_acct.export | |
parent | f30825464928625a2980e9286a28ea7ab91dad64 (diff) |
another silly typo in svc_acct.export
Diffstat (limited to 'bin/svc_acct.export')
-rwxr-xr-x | bin/svc_acct.export | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/bin/svc_acct.export b/bin/svc_acct.export index f7ee571de..53fd1f0c7 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.13 2000-06-28 12:37:28 ivan Exp $ +# $Id: svc_acct.export,v 1.14 2000-06-29 15:01:25 ivan Exp $ # # Create and export password files: passwd, passwd.adjunct, shadow, # acp_passwd, acp_userinfo, acp_dialup, users @@ -38,7 +38,10 @@ # ivan@sisd.com 98-sep-18 # # $Log: svc_acct.export,v $ -# Revision 1.13 2000-06-28 12:37:28 ivan +# Revision 1.14 2000-06-29 15:01:25 ivan +# another silly typo in svc_acct.export +# +# Revision 1.13 2000/06/28 12:37:28 ivan # add support for config option textradiusprepend # # Revision 1.12 2000/06/15 14:07:02 ivan @@ -364,7 +367,7 @@ my($radiusmachine); foreach $radiusmachine (@radiusmachines) { scp("$spooldir/users","root\@$radiusmachine:/etc/raddb/users") == 0 or die "scp error: $!"; - ssh("root\@$erpcdmachine", + ssh("root\@$radiusmachine", "( ". "builddbm". " )" |