File: enable-statistics.patch

package info (click to toggle)
smstools 3.1.21-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,900 kB
  • sloc: ansic: 18,785; sh: 1,196; php: 115; makefile: 42; awk: 17
file content (15 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Enable statistics in smsd
# (they are now disabled by default in the upstream sources)
Index: smstools3/src/Makefile
===================================================================
--- smstools3.orig/src/Makefile	2017-05-10 13:11:44.888523264 +0200
+++ smstools3/src/Makefile	2017-05-10 13:11:44.872522321 +0200
@@ -9,7 +9,7 @@
 # CC=gcc
 
 # Comment this out, to enable statistics
-CFLAGS += -D NOSTATS
+#CFLAGS += -D NOSTATS
 
 # Uncomment this to disable usage of inotify
 #CFLAGS += -D DISABLE_INOTIFY