~ubuntu-branches/ubuntu/precise/netams/precise

« back to all changes in this revision

Viewing changes to debian/patches/06_run_path.diff

  • Committer: Bazaar Package Importer
  • Author(s): Alexander GQ Gerasiov
  • Date: 2009-11-26 02:08:19 UTC
  • Revision ID: james.westby@ubuntu.com-20091126020819-mfn4urmlr1id955h
Tags: 3.4.3+dfsg1-3
debian/copyright: add more details about sources of some part of the
code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Set RUN_PATH according to FSHS
 
2
Author: Alexander GQ Gerasiov <gq@debian.org>
 
3
Forwarded: not-needed
 
4
diff -urNad netams~/src/netams.h netams/src/netams.h
 
5
--- netams~/src/netams.h        2008-08-17 22:40:21.000000000 +0400
 
6
+++ netams/src/netams.h 2008-08-20 02:18:28.915252608 +0400
 
7
@@ -19,7 +19,7 @@
 
8
        #include "libcli/libcli.h"
 
9
 }
 
10
 
 
11
-#define RUN_PATH       "/var/netams"
 
12
+#define RUN_PATH       "/var/lib/netams"
 
13
 
 
14
 // Includes of local definitions
 
15
 class Object;