#!/bin/bash
#cd /etc/yp; make &>/dev/null
[ -f /etc/passwd.tmp ] || exit
mv -f /etc/passwd.tmp /etc/passwd

