#!/bin/sh #------------------------------------------------------------------------------ # /etc/rc.d/rc110.x509-certificates __FLI4LVER__ # # Creation: 2014-07-28 babel # Last Update: $Id$ #------------------------------------------------------------------------------ if [ "$OPT_CERT_X509" = yes ] then begin_script CERT "preparing X.509 certificates ..." c_rehash >/dev/null end_script fi