Ignore:
Timestamp:
10/22/2007 17:19:50 (5 years ago)
Author:
arjun
Message:

Fixed the locking bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/confman-1.5.6a2/confmancommon.sh

    r167 r185  
    1616UCONF="${HOME}/.confmanrc" 
    1717MYNAME=`basename $0` 
    18  
     18if [ -z $MY_PID ] ; then 
     19    MY_PID="$$" 
     20fi 
    1921# First things first. Check to see if the logging fd is open. If it's not, 
    2022# we re-spawn confman inside a pipe. 
Note: See TracChangeset for help on using the changeset viewer.