aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2011-01-06 19:52:07 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2011-01-06 19:52:07 +0000
commitdc482d7eedd45454e86392c274af60af9fc2fe3f (patch)
tree6375a9d9e57bab0c2a9707b0086df699f61471fc /audio
parent5625ff49e494e56f9da32a7e74b3cc3187226074 (diff)
downloadports-dc482d7eedd45454e86392c274af60af9fc2fe3f.tar.gz
ports-dc482d7eedd45454e86392c274af60af9fc2fe3f.zip
Add a missing change in the previous commit.
Notes
Notes: svn path=/head/; revision=267467
Diffstat (limited to 'audio')
-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 "****************************************************************"