Home
News
Forum
Documentation
Development
Contact
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Downloads
Development
Wiki Start
Wishlist
Timeline
Roadmap
Browse Source
New Ticket
View Tickets
Search:
Login
Settings
Help/Guide
About Trac
Last Change
Revision Log
root
/
branches
/
bind
/
configs
/
Makefile
View revision:
Revision
1055
, 273 bytes (checked in by vacancy, 8 months ago)
--
Line
1
export
2
3
install:
4
5
$(SYSTEM_MAKE_DIRS) $(SYSTEM_CONF)/bind
6
cp ./named.conf ./working
7
cp ./named.conf $(SYSTEM_CONF)/bind
8
cp -R ./backup $(SYSTEM_CONF)/bind
9
cp -R ./parts $(SYSTEM_CONF)/bind
10
cp -R ./working $(SYSTEM_CONF)/bind
11
12
uninstall:
13
14
rm -rf $(SYSTEM_CONF)/bind
15
Note:
See
TracBrowser
for help on using the browser.
Download in other formats:
Plain Text
Original Format
######################################################################### # Site footer - Contents are automatically inserted after main Trac HTML ?>