File: 2008_set-version-file-path.patch

package info (click to toggle)
gosa 2.8~git20230203.10abe45%2Bdfsg-19
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 33,108 kB
  • sloc: php: 32,102; javascript: 10,836; pascal: 3,776; xml: 3,135; sh: 852; python: 162; makefile: 45; perl: 2
file content (15 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Set path of the gosa_version_file.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Forwarded: not needed, Debian-specific

--- a/include/functions.inc
+++ b/include/functions.inc
@@ -29,7 +29,7 @@
 $svn_revision = '$Revision$';
 
 /* Optional path to file in which the GOsa version is located at. */
-$gosa_version_file = "";
+$gosa_version_file = "/usr/share/gosa/gosa.version";
 
 /* Configuration file location */
 if(!isset($_SERVER['CONFIG_DIR'])){