Changeset 783
- Timestamp:
- 07/30/07 13:43:19 (1 year ago)
- Files:
-
- honeyclient/trunk/bin/FlashTest.pl (modified) (1 diff, 1 prop)
- honeyclient/trunk/bin/run.sh (modified) (1 diff, 1 prop)
- honeyclient/trunk/bin/uninstall_honeyclient.pl (added)
- honeyclient/trunk/create_pkg_dir.pl (modified) (1 diff, 1 prop)
- honeyclient/trunk/create_pkg_makefile.pl (modified) (1 diff, 1 prop)
- honeyclient/trunk/update_version.sh (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/bin/FlashTest.pl
- Property svn:keywords set to Id "$file"
r696 r783 1 1 #!/usr/bin/perl -w -Ilib 2 3 # $Id$ 2 4 3 5 use File::Temp (); honeyclient/trunk/bin/run.sh
- Property svn:keywords set to Id "$file"
r696 r783 1 1 #!/bin/bash 2 3 # $Id$ 2 4 3 5 echo "Starting up Agent - (Hit CTRL-C multiple times to exit.)" honeyclient/trunk/create_pkg_dir.pl
- Property svn:keywords set to Id "$file"
r779 r783 1 1 #!/usr/bin/perl 2 3 # $Id$ 4 2 5 use warnings; 3 6 use strict; honeyclient/trunk/create_pkg_makefile.pl
- Property svn:keywords set to Id "$file"
r782 r783 1 1 #!/usr/bin/perl 2 3 # $Id$ 4 2 5 # Remember to add $name to this, or else it will not work 3 6 use warnings; honeyclient/trunk/update_version.sh
- Property svn:keywords set to Id "$file"
r772 r783 1 1 #!/usr/bin/bash 2 3 # $Id$ 2 4 3 5 if [ -z $1 ] || [ -z $2 ] ; then
