source: trunk/patches/submit_filter.patch @ 9

Last change on this file since 9 was 9, checked in by adi, 17 years ago

Adrian's patches up to his internal revision r3466.

This contains:

  • extended requirements
  • removed .ex-files
  • create mom_priv/config (untested)
  • fixed svn executable-bits to please debuild
File size: 173 bytes
Line 
1#!/bin/sh
2
3FILE="src/cmds/qsub.c"
4ORG="/usr/local/sbin/torque_submitfilter"
5NEW="/usr/sbin/torque_submitfilter"
6
7sed -e "s,$ORG,$NEW," $FILE > $FILE.new
8
9mv $FILE.new $FILE
Note: See TracBrowser for help on using the repository browser.