]> git.pld-linux.org Git - packages/metamail.git/blame - metamail-usesox.patch
- fixed Source0 URL
[packages/metamail.git] / metamail-usesox.patch
CommitLineData
d6e34240 1--- mm2.7/src/bin/showaudio.usesox Thu Feb 1 12:31:32 2001
2+++ mm2.7/src/bin/showaudio Thu Feb 1 12:36:24 2001
3@@ -151,6 +151,8 @@
4 # Solaris 2.0
5 /bin/audioconvert -i raw,voice -f sun $* | /bin/audioplay
6 exit $status
7+else if (-e /usr/bin/play) then
8+ exec /usr/bin/play $*
9 else
10 set dev=/dev/audio
11 endif
This page took 0.081395 seconds and 4 git commands to generate.