File: index.php_binary_path

package info (click to toggle)
apg 2.2.3.dfsg.1-7
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 772 kB
  • sloc: ansic: 4,867; php: 744; sh: 186; makefile: 143; perl: 9
file content (16 lines) | stat: -rw-r--r-- 438 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix path to apg executable
Author: Marc Haber <mh+debian-packages@zugschlus.de>
Origin: vendor
Forwarded: not-needed
Last-Update: 2024-08-25
--- a/php/apgonline/index.php
+++ b/php/apgonline/index.php
@@ -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
   #