mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 01:20:31 -04:00
- Remove patch for check_radius (obsolete) PR: ports/117112 Submitted by: mm Approved by: Jarrod Sayers <jarrod at netleader.com.au> (maintainer) Reviewed by: maintainer
15 lines
402 B
Bash
15 lines
402 B
Bash
--- plugins-scripts/utils.sh.in.orig Sat Jul 7 21:10:29 2007
|
|
+++ plugins-scripts/utils.sh.in Sun Oct 14 12:33:54 2007
|
|
@@ -14,10 +14,10 @@
|
|
|
|
print_revision() {
|
|
echo "$1 v$2 (@PACKAGE@ @VERSION@)"
|
|
- $ECHO "@WARRANTY@" | sed -e 's/\n/ /g'
|
|
+ $ECHO "@WARRANTY@" | /usr/bin/sed -e 's/\n/ /g'
|
|
}
|
|
|
|
support() {
|
|
- $ECHO "@SUPPORT@" | sed -e 's/\n/ /g'
|
|
+ $ECHO "@SUPPORT@" | /usr/bin/sed -e 's/\n/ /g'
|
|
}
|
|
|