source: hybrid/branches/releng-9.0/nanobsd/files/tools/nsdc-rebuild.sh@ 10827

Last change on this file since 10827 was 10136, checked in by richardvm, 13 years ago

domme toevoeging van proxy files

  • Property svn:executable set to *
File size: 80 bytes
Line 
1#!/bin/sh
2
3if [ ! -f /var/db/nsd/ixfr.db ]; then
4 nsdc rebuild
5 nsdc start
6fi
Note: See TracBrowser for help on using the repository browser.