e0f276ea94
world-writable).
8 lines
167 B
Bash
8 lines
167 B
Bash
#!/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
|