User Tools

Site Tools


ubuntu:merc_etc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ubuntu:merc_etc [2015/01/19 08:49]
tschulz
ubuntu:merc_etc [2015/05/05 12:59] (current)
tschulz
Line 22: Line 22:
 </​file>​This script will init a repo to the two etc dirs and update the repo as changes are made to the config in each directory. ​ You can add new entries at the bottom of the script to have make mercurial repos for more config directories. </​file>​This script will init a repo to the two etc dirs and update the repo as changes are made to the config in each directory. ​ You can add new entries at the bottom of the script to have make mercurial repos for more config directories.
   - Next link the script **/​scripts/​commit_configs.sh** to one for the periodic directories or made a entry in **/​etc/​crontab**.   - Next link the script **/​scripts/​commit_configs.sh** to one for the periodic directories or made a entry in **/​etc/​crontab**.
 +
 +
 +===== Setup Script =====
 +
 +<file bash>
 +mkdir /scripts
 +cd /scripts
 +wget -O commit_configs.sh http://​wiki.sebeka.k12.mn.us/​_export/​code/​ubuntu:​merc_etc?​codeblock=0
 +chmod 755 commit_configs.sh
 +/​scripts/​commit_configs.sh
 +cd /​etc/​cron.daily
 +ln -s /​scripts/​commit_configs.sh
 +</​file>​
ubuntu/merc_etc.1421678983.txt.gz · Last modified: 2015/01/19 08:49 by tschulz