diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
commit | 5fef74e277a1a8631418cc86635c091fcc79d099 (patch) | |
tree | 1f91b768812d879efc689dc94c0aa53e7c1ba2fa /www/web2ldap/files/patch-sbin__compile.py | |
parent | - Add LICENSE (diff) |
Rename www/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363346
Diffstat (limited to 'www/web2ldap/files/patch-sbin__compile.py')
-rw-r--r-- | www/web2ldap/files/patch-sbin__compile.py | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/web2ldap/files/patch-sbin__compile.py b/www/web2ldap/files/patch-sbin__compile.py new file mode 100644 index 000000000000..fd6a7a798a4f --- /dev/null +++ b/www/web2ldap/files/patch-sbin__compile.py @@ -0,0 +1,19 @@ +*** sbin/compile.py.orig Tue May 13 15:46:59 2003 +--- sbin/compile.py Thu Feb 24 15:04:30 2005 +*************** +*** 4,10 **** + $Id: compile.py,v 1.3 2003/05/13 11:46:59 michael Exp $ + """ + +! #!/usr/bin/python + + import sys,compileall + +--- 4,10 ---- + $Id: compile.py,v 1.3 2003/05/13 11:46:59 michael Exp $ + """ + +! #!/usr/local/bin/python + + import sys,compileall + |