diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:06:59 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:06:59 +0200 |
commit | f534b1ca5bb2db5245287ef47e47a242eb0f23ef (patch) | |
tree | 3eee5ee26eff3379aa80d9d84dac782dd8442aa6 /development/cm_tools/README | |
parent | 483ddf5e210472e1a5691885019f986e589ea3cc (diff) | |
download | slackbuilds-f534b1ca5bb2db5245287ef47e47a242eb0f23ef.tar.gz |
development/cm_tools: Removed from 13.0 repository
Diffstat (limited to 'development/cm_tools/README')
-rw-r--r-- | development/cm_tools/README | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/development/cm_tools/README b/development/cm_tools/README deleted file mode 100644 index 1f5584d056..0000000000 --- a/development/cm_tools/README +++ /dev/null @@ -1,15 +0,0 @@ -cm_tools are a set of utilities serving as wrappers around the RCS -system. Particularly, they set the checkin timestamps to the -modification date rather than the commit date, along with a few other -differences. They and the directory editor, ded, are designed to work -together. - -td_lib (available from SlackBuilds.org) is required to build this. Note -that you do not need to actually 'installpkg' td_lib if you do not want -to. It only needs to be built and when cm_tools is built alongside it, -cm_tools will find it. You can then remove the td_lib directories and -package if you don't want them. - -The SlackBuild differs from a default installation in not setting the -set-uid bit on the 'vcs', 'checkin', and 'checkout' binaries. If you -need this, modify the SlackBuild to suit. |