mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 20:11:19 +02:00
updated
This commit is contained in:
15
system/sudo/pkg-install
Normal file
15
system/sudo/pkg-install
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
set -x
|
||||
|
||||
PREFIX=${PKG_PREFIX}
|
||||
|
||||
case $2 in
|
||||
PRE-INSTALL)
|
||||
install -d -o root -g wheel -m 0750 /var/db/sudo
|
||||
install -d -o root -g wheel -m 0750 /var/run/sudo
|
||||
install -d -o root -g wheel -m 0750 ${PREFIX}/etc/sudoers.d
|
||||
;;
|
||||
POST-INSTALL)
|
||||
;;
|
||||
esac
|
||||
#EOF
|
||||
Reference in New Issue
Block a user