File: 01_index.php_binary_path.dpatch

package info (click to toggle)
apg 2.2.3-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 608 kB
  • ctags: 533
  • sloc: ansic: 4,867; php: 744; sh: 194; makefile: 105; perl: 9
file content (19 lines) | stat: -rw-r--r-- 690 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh /usr/share/dpatch/dpatch-run
## 01_index.php_binary_path.dpatch by Marc Haber <mh+debian-packages@zugschlus.de>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad apg/php/apgonline/index.php /tmp/dpep.Xgzj3Z/apg/php/apgonline/index.php
--- apg/php/apgonline/index.php	2002-09-13 08:10:49.000000000 +0000
+++ /tmp/dpep.Xgzj3Z/apg/php/apgonline/index.php	2004-12-20 12:16:37.000000000 +0000
@@ -7,7 +7,7 @@
  
   $apg_title = "Automated Password Generator Online" ;
 
-  $generator     = "/usr/local/bin/apg -q" ; # APG location
+  $generator     = "/usr/bin/apg -q" ; # APG location
   #
   # Default options
   #