~ubuntu-branches/ubuntu/raring/lsb/raring-proposed

« back to all changes in this revision

Viewing changes to init-functions

  • Committer: Luke Yelavich
  • Date: 2012-08-15 02:20:59 UTC
  • mfrom: (60.1.2 lsb)
  • Revision ID: themuso@ubuntu.com-20120815022059-srwi2kh0s2rp6yet
Tags: 4.0-0ubuntu23
Merge branch lp:~adam-stokes/ubuntu/quantal/lsb/lp68340-fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
            fi
92
92
        fi
93
93
    fi
94
 
    if [ -x /bin/pidof -a ! "$specified" ]; then
 
94
    if [ -x /bin/pidof ]; then
95
95
        status="0"
96
96
        /bin/pidof -o %PPID -x $1 || status="$?"
97
97
        if [ "$status" = 1 ]; then