~ubuntu-branches/ubuntu/raring/slurm-llnl/raring

« back to all changes in this revision

Viewing changes to debian/slurm-llnl.init.d

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2010-11-04 12:36:33 UTC
  • mfrom: (3.3.10 sid)
  • Revision ID: james.westby@ubuntu.com-20101104123633-oo9g6vhhxdvbv3wi
Tags: 2.1.15-2
Properly set LD_LIBRARY_PATH in slurm and slurmdbd init scripts
FIX CVE-2010-3380 (Closes: #602340)

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
fi
80
80
 
81
81
# setup library paths for slurm and munge support
82
 
export LD_LIBRARY_PATH="$LIBDIR:$LD_LIBRARY_PATH"
 
82
export LD_LIBRARY_PATH=$LIBDIR${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
83
83
 
84
84
#Function to check for cert and key presence and key vulnerabilty
85
85
checkcertkey()