summaryrefslogblamecommitdiffstats
path: root/cluster/procstatd/INSTALL
blob: f9d45c19e82fa8a6892be5fb45fc2ec563dbd266 (plain) (tree)


















                                                                      
default_install  &&

if  spell_ok  perl;  then
  cd  webwatch  &&

  install  -m 644  webwatch.config    /etc/webwatch.config.default  &&

  install  -m 755  clean_ipc          /usr/bin  &&
  install  -m 755  clean_procstatd    /usr/bin  &&
  install  -m 755  clean_prog         /usr/bin  &&
  install  -m 755  start_helper       /usr/bin  &&
  install  -m 755  clean_procstatd    /usr/bin  &&
  install  -m 755  webwatchd          /usr/bin  &&

  install  -m 755  -d  /usr/share/procstatd  &&
  for  FILE  in  `ls -1 meter/*` ; do
    install  -m 644  $FILE  /usr/share/procstatd
  done
fi