~ubuntu-branches/ubuntu/jaunty/freeradius/jaunty-proposed

« back to all changes in this revision

Viewing changes to scripts/clients.pl

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-09-22 08:42:02 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20080922084202-eyjprg3z55481ha5
Tags: 2.1.0+dfsg-0ubuntu1
* New upstream release.
* Fixes FTBFS issue with new libtool.
* Fixes listen on random port. (LP: #261809)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#       If it does exist, it will be over-written.
8
8
#
9
9
#
10
 
#       $Id: clients.pl,v 1.3 2007/05/14 22:27:24 nbk Exp $
 
10
#       $Id$
11
11
#
12
12
if (($#ARGV < 1) || ($#ARGV > 2)) {
13
13
    print "Usage: clients.pl clients [naslist] new-clients.conf\n";