diff options
author | Russ Allbery <rra@stanford.edu> | 2009-06-09 14:39:39 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2009-06-09 14:39:39 -0700 |
commit | 574a9c0456c182831b3d01a4d7ee0c737b91b107 (patch) | |
tree | 299cb3b58751301e63b4f5a89f4eab03af9623c9 /server | |
parent | e571a8eb96f42de5a114cf11ff1c3d63e5a8d301 (diff) |
Remove Subversion Id strings
Diffstat (limited to 'server')
-rwxr-xr-x | server/keytab-backend | 1 | ||||
-rwxr-xr-x | server/wallet-admin | 1 | ||||
-rwxr-xr-x | server/wallet-backend | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/server/keytab-backend b/server/keytab-backend index 06fed3d..b37fb3a 100755 --- a/server/keytab-backend +++ b/server/keytab-backend @@ -1,5 +1,4 @@ #!/usr/bin/perl -our $ID = q$Id$; # # keytab-backend -- Extract keytabs from the KDC without changing the key. # diff --git a/server/wallet-admin b/server/wallet-admin index 4c27e9b..0daa986 100755 --- a/server/wallet-admin +++ b/server/wallet-admin @@ -1,5 +1,4 @@ #!/usr/bin/perl -w -our $ID = q$Id$; # # wallet-admin -- Wallet server administrative commands. # diff --git a/server/wallet-backend b/server/wallet-backend index 74e0eb0..448f175 100755 --- a/server/wallet-backend +++ b/server/wallet-backend @@ -1,5 +1,4 @@ #!/usr/bin/perl -our $ID = q$Id$; # # wallet-backend -- Wallet server for storing and retrieving secure data. # |