Changeset 121
- Timestamp:
- 12/04/2006 01:45:30 (5 years ago)
- Location:
- trunk/confman
- Files:
-
- 9 edited
-
Makefile (modified) (1 prop)
-
bash_completions (modified) (1 prop)
-
confman.conf (modified) (1 prop)
-
confmancommon.sh (modified) (1 diff, 1 prop)
-
confmandoc.sh (modified) (1 prop)
-
confmanlib.sh (modified) (1 prop)
-
confmanrc (modified) (1 diff, 1 prop)
-
confsync.sh (modified) (1 diff, 1 prop)
-
export.sh (modified) (1 diff, 1 prop)
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 1 1 #! /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 ## 2 13 3 14 # 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 1 1 # WARNING! This file is under confman revision control. DO NOT MODIFY DIRECTLY! 2 2 # Managed under kermit module. 3 # $Id : .confmanrc 24 2006-04-07 04:33:46Z ccowart$3 # $Id$ 4 4 5 5 if [ -z $LUZER ] ; then -
trunk/confman/confsync.sh
- Property svn:keywords set to Id
r120 r121 1 1 #! /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 ## 2 13 3 14 #. /usr/local/rescomp/lib/confmancommon.sh -
trunk/confman/export.sh
- Property svn:keywords set to Id
r120 r121 1 1 #! /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 ## 2 15 3 16 #. /usr/local/rescomp/lib/confmancommon.sh
Note: See TracChangeset
for help on using the changeset viewer.
