diff options
author | jkim <jkim@FreeBSD.org> | 2011-01-07 03:52:07 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2011-01-07 03:52:07 +0800 |
commit | 9a9d88cb84220b9852e7b43b4a83cd1dff23b5fc (patch) | |
tree | edc25e93e6a3a2390bd17d924db89af16cd9c33c | |
parent | cd9912e9a205fc71e1da55d28e61225624fa0843 (diff) | |
download | freebsd-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-soundon | 22 |
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 "****************************************************************" |