mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
10 lines
104 B
Bash
10 lines
104 B
Bash
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
AUTHDIR="/var/run/xdm/authdir"
|
|
install -d -o root -g wheel -m 0700 ${AUTHDIR}
|
|
|
|
#EOF
|
|
|