summaryrefslogtreecommitdiffstats
path: root/gnu/usr.sbin/yppasswdd/yppwupdate
blob: 7b699c19416582cbd287ba32e12993a329d7e25d (plain)
1
2
3
4
5
6
7
#!/bin/sh
#
# This script is invoked by yppasswdd to update the password
# maps after the master password file has been modified.

umask 077
cd /var/yp; /usr/bin/make
OpenPOWER on IntegriCloud