diff options
| author | maddaat <git@maddaat.org> | 2026-04-13 18:08:28 +0400 |
|---|---|---|
| committer | maddaat <git@maddaat.org> | 2026-04-13 19:27:41 +0400 |
| commit | e8318269d15a5b5f603079fa5ad045087374cb13 (patch) | |
| tree | 113e47c1bea426d5e4c913384c4b8550cef558c4 /files.sh | |
| parent | 048968b8e0586eb86ad2c406fe0273670c1c1a43 (diff) | |
| download | infra-e8318269d15a5b5f603079fa5ad045087374cb13.tar infra-e8318269d15a5b5f603079fa5ad045087374cb13.tar.gz infra-e8318269d15a5b5f603079fa5ad045087374cb13.tar.bz2 infra-e8318269d15a5b5f603079fa5ad045087374cb13.tar.lz infra-e8318269d15a5b5f603079fa5ad045087374cb13.tar.xz infra-e8318269d15a5b5f603079fa5ad045087374cb13.tar.zst infra-e8318269d15a5b5f603079fa5ad045087374cb13.zip | |
Diffstat (limited to 'files.sh')
| -rw-r--r-- | files.sh | 50 |
1 files changed, 29 insertions, 21 deletions
@@ -1,23 +1,31 @@ -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 '/etc' +install_file 0644 root wheel '/etc/acme-client.conf' +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_dir 0755 root wheel '/etc/httpd' +install_file 0644 root wheel '/etc/httpd/_acme.conf' +install_file 0644 root wheel '/etc/httpd/_listen80.conf' +install_file 0644 root wheel '/etc/httpd/_listen443.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 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' +install_dir 0755 root daemon '/var' +install_dir 0555 root wheel '/var/cron' +install_dir 1730 root crontab '/var/cron/tabs' +install_file 0600 root crontab '/var/cron/tabs/root' +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' |
