patch-scripts_sendsms 508 B

12345678910111213141516171819
  1. $OpenBSD: patch-scripts_sendsms,v 1.3 2010/09/21 22:40:26 sthen Exp $
  2. --- scripts/sendsms.orig Thu Jul 8 13:41:13 2010
  3. +++ scripts/sendsms Tue Sep 21 23:37:01 2010
  4. @@ -1,4 +1,4 @@
  5. -#!/bin/bash
  6. +#!/bin/sh
  7. # This script send a text sms at the command line by creating
  8. # a sms file in the outgoing queue.
  9. @@ -18,7 +18,7 @@ KEYS=""
  10. # When creating keys, remember to use -n for echo:
  11. # echo -n "key" | md5sum
  12. -smsd_user="smsd"
  13. +smsd_user="_smsd"
  14. # Will need echo which accepts -n argument:
  15. ECHO=echo