projects
/
mirror
/
userdir-ldap.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update ud-ldapshow and cleanup cruft around the usergroups changes
[mirror/userdir-ldap.git]
/
doc
/
samples
/
ud-zoneupdate
1
#!/bin/sh
2
set -e
3
4
sed -e "s/[1-9].*; Serial.*$/`date +%Y%m%d%H` ; Serial/" < $1 > $1.new
5
mv -f $1.new $1
6
/usr/sbin/ndc reload > /dev/null 2>&1
7