SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
comms/smstools/patches/patch-scripts_sendsms
Normal file
18
comms/smstools/patches/patch-scripts_sendsms
Normal file
|
@ -0,0 +1,18 @@
|
|||
Index: scripts/sendsms
|
||||
--- scripts/sendsms.orig
|
||||
+++ scripts/sendsms
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/bash
|
||||
+#!/bin/sh
|
||||
# This script send a text sms at the command line by creating
|
||||
# a sms file in the outgoing queue.
|
||||
|
||||
@@ -18,7 +18,7 @@ KEYS=""
|
||||
# When creating keys, remember to use -n for echo:
|
||||
# echo -n "key" | md5sum
|
||||
|
||||
-smsd_group="smsd"
|
||||
+smsd_group="_smsd"
|
||||
|
||||
# Will need echo which accepts -n argument:
|
||||
ECHO=echo
|
Loading…
Add table
Add a link
Reference in a new issue