aboutsummaryrefslogtreecommitdiff
path: root/comms/smstools3/files/patch-src_smsd_cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'comms/smstools3/files/patch-src_smsd_cfg.c')
-rw-r--r--comms/smstools3/files/patch-src_smsd_cfg.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/comms/smstools3/files/patch-src_smsd_cfg.c b/comms/smstools3/files/patch-src_smsd_cfg.c
deleted file mode 100644
index 25346ba0388f..000000000000
--- a/comms/smstools3/files/patch-src_smsd_cfg.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/smsd_cfg.c.orig 2009-06-01 12:58:10.000000000 +0200
-+++ src/smsd_cfg.c 2009-06-15 09:11:18.000000000 +0200
-@@ -1449,7 +1449,7 @@
- printf(" -t run smsd in terminal\n");
- printf(" -C Communicate with device\n\n");
- printf(" -V print copyright and version\n\n");
-- printf("All other options are set by the file /etc/smsd.conf.\n\n");
-+ printf("All other options are set by the file %%PREFIX%%/etc/smsd.conf.\n\n");
- printf("Output is written to stdout, errors are written to stderr.\n\n");
- exit(0);
- }
-@@ -1459,7 +1459,7 @@
- int result;
- int i;
-
-- strcpy(configfile,"/etc/smsd.conf");
-+ strcpy(configfile,"%%PREFIX%%/etc/smsd.conf");
- printstatus=0;
- arg_infofile[0] = 0;
- arg_pidfile[0] = 0;