Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 1
#!/bin/bash
2
 
3
# Check if named is running
4
/sbin/service named status > /dev/null 2>&1 || exit 0
5
 
6
[ "$2" = 'up' -o "$2" = 'down' ] && /sbin/service named reload