Files
bsdports/xutil/xdm/pkg-install
2019-12-26 07:26:06 +00:00

10 lines
104 B
Bash

#!/bin/sh
set -x
AUTHDIR="/var/run/xdm/authdir"
install -d -o root -g wheel -m 0700 ${AUTHDIR}
#EOF