Changeset 121


Ignore:
Timestamp:
12/04/2006 01:45:30 (5 years ago)
Author:
ccowart
Message:

Setting up proper keywords on files and adding headers to the new ones.

Location:
trunk/confman
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman/Makefile

    • Property svn:keywords set to Id
  • trunk/confman/bash_completions

    • Property svn:keywords set to Id
  • trunk/confman/confman.conf

    • Property svn:keywords changed from Date Rev Author Id to Id
  • trunk/confman/confmancommon.sh

    • Property svn:keywords set to Id
    r120 r121  
    11#! /bin/bash 
     2 
     3## 
     4# This file is a global include for all confman-based utilities. It 
     5# provides the common interfaces for loading the shell library, setting 
     6# up the use of syslog, and reading configurations. 
     7# 
     8# Author:   Chris Cowart <ccowart@rescomp.berkeley.edu> 
     9#           4 December 2006 
     10# 
     11# $Id$ 
     12## 
    213 
    314# Some global definitions. Defaults that can be overriden by options. 
  • trunk/confman/confmandoc.sh

    • Property svn:keywords set to Id
  • trunk/confman/confmanlib.sh

    • Property svn:keywords changed from Date Rev Author Id to Id
  • trunk/confman/confmanrc

    • Property svn:keywords set to Id
    r99 r121  
    11# WARNING! This file is under confman revision control. DO NOT MODIFY DIRECTLY! 
    22# Managed under kermit module. 
    3 # $Id: .confmanrc 24 2006-04-07 04:33:46Z ccowart $ 
     3# $Id$ 
    44 
    55if [ -z $LUZER ] ; then 
  • trunk/confman/confsync.sh

    • Property svn:keywords set to Id
    r120 r121  
    11#! /bin/bash 
     2 
     3## 
     4# This script obtains the latest "export" from confman and installs 
     5# it onto the system. It is intended to be used in crons as the 
     6# configuration pulling mechanism. 
     7# 
     8# Author:   Chris Cowart <ccowart@rescomp.berkeley.edu> 
     9#           4 December 2006 
     10# 
     11# $Id$ 
     12## 
    213 
    314#. /usr/local/rescomp/lib/confmancommon.sh 
  • trunk/confman/export.sh

    • Property svn:keywords set to Id
    r120 r121  
    11#! /bin/bash 
     2 
     3## 
     4# This script prepares an "export" of the confman repository for system 
     5# processes to be able to pull. It is intended to be prepared regularly 
     6# by a cron. It may be useful to modify this script to only prepare 
     7# the export if the repository's most recent commit post-dates the 
     8# tarball. 
     9# 
     10# Author:   Chris Cowart <ccowart@rescomp.berkeley.edu> 
     11#           4 December 2006 
     12# 
     13# $Id$ 
     14## 
    215 
    316#. /usr/local/rescomp/lib/confmancommon.sh 
Note: See TracChangeset for help on using the changeset viewer.