r1397 - in packages/libauthen-krb5-perl/trunk: . debian

Russ Allbery rra-guest at costa.debian.org
Mon Oct 3 23:20:54 UTC 2005


Author: rra-guest
Date: 2005-10-03 23:20:54 +0000 (Mon, 03 Oct 2005)
New Revision: 1397

Modified:
   packages/libauthen-krb5-perl/trunk/debian/changelog
   packages/libauthen-krb5-perl/trunk/sample_client
   packages/libauthen-krb5-perl/trunk/sample_server
   packages/libauthen-krb5-perl/trunk/simple_client
   packages/libauthen-krb5-perl/trunk/simple_server
Log:
  * Use /usr/bin/perl as the path to Perl in the example scripts.


Modified: packages/libauthen-krb5-perl/trunk/debian/changelog
===================================================================
--- packages/libauthen-krb5-perl/trunk/debian/changelog	2005-10-03 23:19:28 UTC (rev 1396)
+++ packages/libauthen-krb5-perl/trunk/debian/changelog	2005-10-03 23:20:54 UTC (rev 1397)
@@ -1,5 +1,6 @@
 libauthen-krb5-perl (1.4-3) unstable; urgency=low
 
+  * Use /usr/bin/perl as the path to Perl in the example scripts.
   * Update copyright to my current format and add an explicit packaging
     copyright and license statement.
 

Modified: packages/libauthen-krb5-perl/trunk/sample_client
===================================================================
--- packages/libauthen-krb5-perl/trunk/sample_client	2005-10-03 23:19:28 UTC (rev 1396)
+++ packages/libauthen-krb5-perl/trunk/sample_client	2005-10-03 23:20:54 UTC (rev 1397)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 # sample_client
 # sends authentication info to a server via sendauth

Modified: packages/libauthen-krb5-perl/trunk/sample_server
===================================================================
--- packages/libauthen-krb5-perl/trunk/sample_server	2005-10-03 23:19:28 UTC (rev 1396)
+++ packages/libauthen-krb5-perl/trunk/sample_server	2005-10-03 23:20:54 UTC (rev 1397)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 # sample_server
 # receives authentication info from a client using recvauth

Modified: packages/libauthen-krb5-perl/trunk/simple_client
===================================================================
--- packages/libauthen-krb5-perl/trunk/simple_client	2005-10-03 23:19:28 UTC (rev 1396)
+++ packages/libauthen-krb5-perl/trunk/simple_client	2005-10-03 23:20:54 UTC (rev 1397)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 # simple_client
 # uses mk_req & mk_priv to send an authenticated and encrypted message

Modified: packages/libauthen-krb5-perl/trunk/simple_server
===================================================================
--- packages/libauthen-krb5-perl/trunk/simple_server	2005-10-03 23:19:28 UTC (rev 1396)
+++ packages/libauthen-krb5-perl/trunk/simple_server	2005-10-03 23:20:54 UTC (rev 1397)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 # simple_server
 # uses rd_req & rd_priv to decrypt an authentic encrypted message




More information about the Pkg-perl-cvs-commits mailing list