#!/bin/bash

. ${TOOLKIT}-functions.sh

file=crypttab

[ -f /etc/$file ] || {
	installfile $file /etc/ root:root 660 || exit $?
}

exit 0
