~jontai/openvista-gtm-integration/bug358242

« back to all changes in this revision

Viewing changes to scripts/usr/lib/openvista/functions

  • Committer: Jonathan Tai
  • Date: 2009-08-03 18:23:59 UTC
  • Revision ID: jon.tai@medsphere.com-20090803182359-w4p1g2jpimjj4ixs
update init scripts to work on both RedHat and Ubuntu 

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
    fi
129
129
}
130
130
 
 
131
function function_exists()
 
132
{
 
133
    type "$1" 2> /dev/null | grep -q 'function'
 
134
}
 
135