aboutsummaryrefslogtreecommitdiffstats
path: root/security/sudo/pkg-install
blob: 7ae3587ce943aaa2724e5838c87f8c98d34c6558 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh
#
# $FreeBSD$

PATH=/bin:/usr/bin:/usr/sbin

case $2 in

PRE-INSTALL)
  install -d -o 0 -g 0 -M 0750 ${PKG_PREFIX}/etc/sudoers.d
  ;;

esac