#!/bin/sh
if [ ! -d "/var/lock/kdm" ]; then
  mkdir -m 0775 -p /var/lock/kdm
  chown root:root /var/lock/kdm
fi

