mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-05 13:15:13 -04:00
5 lines
149 B
Plaintext
5 lines
149 B
Plaintext
umask 022
|
|
mkdir /var/spool/postfix/etc
|
|
chmod 755 /var/spool/postfix/etc
|
|
cd /etc ; cp host.conf localtime services resolv.conf /var/spool/postfix/etc
|