#!/bin/bash prefix=@prefix@ exec_prefix=@exec_prefix@ sysconfdir=@sysconfdir@ bindir=@bindir@ sbindir=@sbindir@ # remove init of daemons that we start/stop for init in openswan; do update-rc.d -f ${init} remove >/dev/null done # Local Variables: # mode: shell-script # sh-indentation: 4 # End: