openbsd-ports/comms/smstools/patches/patch-scripts_regular_run
sthen cb58deef37 - remove bashisms
- add RUN_DEPENDS on procmail (some scripts use formail)
pointed out by Alexander Hall

- tidy Makefile
2009-03-17 10:47:44 +00:00

10 lines
324 B
Plaintext

$OpenBSD: patch-scripts_regular_run,v 1.1 2009/03/17 10:47:44 sthen Exp $
--- scripts/regular_run.orig Wed Mar 11 01:35:07 2009
+++ scripts/regular_run Wed Mar 11 01:38:11 2009
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# SMS Server Tools 3.
# Sample script for using a regular run feature.
# See run.html for more details.