[Assorted-commits] SF.net SVN: assorted:[1366] configs/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-05-05 16:11:17
|
Revision: 1366 http://assorted.svn.sourceforge.net/assorted/?rev=1366&view=rev Author: yangzhang Date: 2009-05-05 16:11:09 +0000 (Tue, 05 May 2009) Log Message: ----------- added setup-root.bash and tweaked setup-yang.bash comments Modified Paths: -------------- configs/trunk/setup-yang.bash Added Paths: ----------- configs/trunk/setup-root.bash Copied: configs/trunk/setup-root.bash (from rev 1342, configs/trunk/setup-yang.bash) =================================================================== --- configs/trunk/setup-root.bash (rev 0) +++ configs/trunk/setup-root.bash 2009-05-05 16:11:09 UTC (rev 1366) @@ -0,0 +1,12 @@ +#!/usr/bin/env bash + +# Installs my personal configuration files that need to be installed as root +# (e.g. because they go in /etc/). + +. common.bash || exit 1 + +pkg=configs +. simple-setup.bash + +cd src +install etc/blockcontrol/ blockcontrol/asdfasdf Property changes on: configs/trunk/setup-root.bash ___________________________________________________________________ Added: svn:executable + * Added: svn:mergeinfo + Modified: configs/trunk/setup-yang.bash =================================================================== --- configs/trunk/setup-yang.bash 2009-05-05 16:10:44 UTC (rev 1365) +++ configs/trunk/setup-yang.bash 2009-05-05 16:11:09 UTC (rev 1366) @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Installs files that I personally use (most likely not useful to others). +# Installs my personal configuration files that go into the home directory. . common.bash || exit 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |