summaryrefslogtreecommitdiff
path: root/files.sh
blob: 83148225a4aea706ea92662fb8a8e33ed6fe8c52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
install_dir  0755 root wheel  '/etc'
install_file 0600 root wheel  '/etc/doas.conf'
install_file 0644 root wheel  '/etc/exports'
install_file 0644 root wheel  '/etc/fstab'
install_file 0644 root wheel  '/etc/hosts'
install_file 0644 root wheel  '/etc/httpd.conf'
install_file 0600 root wheel  '/etc/pf.conf'
install_file 0644 root wheel  '/etc/rc.conf.local'
install_file 0644 root wheel  '/etc/shells'
install_dir  0755 root wheel  '/etc/ssh'
install_file 0644 root wheel  '/etc/ssh/sshd_config'

install_dir  0755 root wheel  '/home'
install_dir  0755 git  git    '/home/git'
install_file 0644 git  git    '/home/git/.gitconfig'
install_file 0600 git  git    '/home/git/.gitolite.rc'

install_dir  0755 root daemon '/var'
install_dir  0755 root daemon '/var/www'
install_dir  0755 root daemon '/var/www/conf'
install_file 0644 root wheel  '/var/www/conf/cgitrc'
install_dir  0755 git  git    '/var/www/git'
install_dir  0755 git  git    '/var/www/git/repositories'