mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
avoid using .orig as a filename extension, as it will be ignored by cvs import
This commit is contained in:
parent
00380255bd
commit
f0b6aa146e
2 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
|||
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: example.orig,v 1.3 2001/01/09 21:45:22 bwelling Exp $
|
||||
; $Id: example1.db,v 1.1 2001/07/03 00:05:15 gson Exp $
|
||||
|
||||
@ 3600 SOA n1.example. hostmaster.ns1.example. (
|
||||
1 3600 1200 604800 7200 )
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: setup.sh,v 1.3 2001/01/09 21:45:20 bwelling Exp $
|
||||
# $Id: setup.sh,v 1.4 2001/07/03 00:05:12 gson Exp $
|
||||
|
||||
cp ns1/example.orig ns1/example.db
|
||||
cp ns1/example1.db ns1/example.db
|
||||
rm -f ns1/example.db.jnl ns2/example.bk ns2/example.bk.jnl
|
||||
|
|
|
|||
Loading…
Reference in a new issue