7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# This script is invoked by yppasswdd to update the password
|
||
|
# maps after the master password file has been modified.
|
||
|
|
||
|
cd /var/yp; make
|