aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2011-01-07 03:52:07 +0800
committerjkim <jkim@FreeBSD.org>2011-01-07 03:52:07 +0800
commit9a9d88cb84220b9852e7b43b4a83cd1dff23b5fc (patch)
treeedc25e93e6a3a2390bd17d924db89af16cd9c33c
parentcd9912e9a205fc71e1da55d28e61225624fa0843 (diff)
downloadfreebsd-ports-gnome-9a9d88cb84220b9852e7b43b4a83cd1dff23b5fc.tar.gz
freebsd-ports-gnome-9a9d88cb84220b9852e7b43b4a83cd1dff23b5fc.tar.zst
freebsd-ports-gnome-9a9d88cb84220b9852e7b43b4a83cd1dff23b5fc.zip
Add a missing change in the previous commit.
-rw-r--r--audio/oss/files/patch-setup-FreeBSD-sbin-soundon22
1 files changed, 20 insertions, 2 deletions
diff --git a/audio/oss/files/patch-setup-FreeBSD-sbin-soundon b/audio/oss/files/patch-setup-FreeBSD-sbin-soundon
index da37724d3039..8c38a308bcbe 100644
--- a/audio/oss/files/patch-setup-FreeBSD-sbin-soundon
+++ b/audio/oss/files/patch-setup-FreeBSD-sbin-soundon
@@ -1,5 +1,5 @@
---- setup/FreeBSD/sbin/soundon.orig 2008-09-16 16:55:03.000000000 -0400
-+++ setup/FreeBSD/sbin/soundon 2008-12-11 15:14:31.000000000 -0500
+--- setup/FreeBSD/sbin/soundon.orig 2011-01-04 20:33:08.000000000 -0500
++++ setup/FreeBSD/sbin/soundon 2011-01-06 14:48:55.000000000 -0500
@@ -1,10 +1,10 @@
#!/bin/sh
@@ -46,3 +46,21 @@
if test -x $OSSLIBDIR/soundon.user
then
+@@ -97,7 +97,7 @@
+ $OSSLIBDIR/soundon.user >> $LOG 2>&1
+ fi
+
+-if test "`ossinfo -g|grep TRIAL` " != " "
++if test "`%%PREFIX%%/bin/ossinfo -g|grep TRIAL` " != " "
+ then
+ echo
+ echo "************************************************************"
+@@ -108,7 +108,7 @@
+ sleep 1
+ fi
+
+-if test "`ossinfo -g|grep EXPIRED` " != " "
++if test "`%%PREFIX%%/bin/ossinfo -g|grep EXPIRED` " != " "
+ then
+ echo
+ echo "****************************************************************"