diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-05-21 13:34:47 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-05-21 13:34:47 +0000 |
commit | 9f1781fd81dcdbaea462fe3a2cd5939136989556 (patch) | |
tree | 0dc1de60bf85902316505f7940dd8b06eee29094 /comms/smstools3/files | |
parent | 859614d5a627ad678ec126d7a576218af2439426 (diff) | |
download | ports-9f1781fd81dcdbaea462fe3a2cd5939136989556.tar.gz ports-9f1781fd81dcdbaea462fe3a2cd5939136989556.zip |
Notes
Diffstat (limited to 'comms/smstools3/files')
-rw-r--r-- | comms/smstools3/files/patch-src_smsd_cfg.c | 20 |
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; |