From e934b106497f17545e236bb9644bed935cd118ad Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 25 Oct 2007 03:37:29 +0000 Subject: Remove these now that they have been committed to the FreeBSD ports tree. Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059 --- accessibility/orca/files/patch-src_orca_orca.in | 26 ------------------------- 1 file changed, 26 deletions(-) delete mode 100644 accessibility/orca/files/patch-src_orca_orca.in (limited to 'accessibility/orca/files') diff --git a/accessibility/orca/files/patch-src_orca_orca.in b/accessibility/orca/files/patch-src_orca_orca.in deleted file mode 100644 index 80da5c7cb..000000000 --- a/accessibility/orca/files/patch-src_orca_orca.in +++ /dev/null @@ -1,26 +0,0 @@ ---- src/orca/orca.in.orig Sun Mar 25 00:58:52 2007 -+++ src/orca/orca.in Sun Mar 25 01:02:09 2007 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/local/bin/bash - # - # Orca - # -@@ -30,7 +30,7 @@ - - # Set the user's $PATH for this script. - # --export PATH="/usr/ccs/bin:/usr/bin:/usr/sbin:/bin:/usr/sfw/bin:/usr/openwin/bin:/usr/X11R6/bin" -+export PATH="/usr/ccs/bin:/usr/bin:/usr/sbin:/bin:/usr/sfw/bin:/usr/openwin/bin:/usr/local/bin:/usr/X11R6/bin" - - # If you set RUNONCE to "true", then this will just run Orca once and quit. - # -@@ -125,7 +125,7 @@ watchdog() - do - sleep 5 - USERID=`id | cut -f2 -d= | cut -f1 -d\(` -- PID=`ps -eo pid,ruid,args | grep $USERID | egrep "orca[.]orca" | grep -v grep | awk '{ print $1 }'` -+ PID=`ps -exo pid,ruid,args | grep $USERID | egrep "orca[.]orca" | grep -v grep | awk '{ print $1 }'` - - if [ "x$PID" = "x" ] - then -- cgit v1.2.3