~ampelbein/ubuntu/oneiric/heartbeat/lp-770743

« back to all changes in this revision

Viewing changes to resources/OCF/.ocf-shellfuncs.in

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2009-08-10 19:29:25 UTC
  • mfrom: (5.2.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20090810192925-9zy2llcbgavbskf7
Tags: 2.99.2+sles11r9-5ubuntu1
* New upstream snapshot
* Adjusted heartbeat.install and rules for documentation path

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
        esac
86
86
}
87
87
 
 
88
ocf_is_true() {
 
89
        case "$1" in
 
90
        yes|true|1|YES|TRUE|ja|on|ON) true ;;
 
91
        *)      false ;;
 
92
        esac
 
93
}
 
94
 
88
95
ocf_is_hex() {
89
96
        case "$1" in
90
97
        ""|*[!0-9a-fA-F]*)      # empty, or at least one non-hex