summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>1999-08-10 19:39:12 +0000
committerTar Committer <tar@ocjtech.us>1999-08-10 19:39:12 +0000
commit42de2e53682c49b050f19fdbaaf68451ba487303 (patch)
tree6f2499c6283dda9e6ab8f75342906284e7ff50fd /CHANGES
parent82d9e178146555c8bd72b1da39eeb0cf057783df (diff)
downloadrancid-42de2e53682c49b050f19fdbaaf68451ba487303.tar.gz
rancid-42de2e53682c49b050f19fdbaaf68451ba487303.tar.xz
rancid-42de2e53682c49b050f19fdbaaf68451ba487303.zip
Imported from rancid-1.2.tar.gz.rancid-1.2
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
new file mode 100644
index 0000000..1a091c0
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,14 @@
+1.2
+ add more info/clarification to README for install.
+
+ rename .cloginrc.sample -> cloginrc.sample.
+
+ clogin patch (courtesy stephen stuart); does two things:
+
+ - adds a "-x" switch that takes lines from a file and does the same
+ thing as if you'd specified ;-separated commands with -c (newline
+ separates commands)
+
+ - does a subst on commands in run_commands so that expansion of
+ escapes is performed; e.g. you can say "copy rcp://blah slot0:\r" to
+ answer the question that comes after the copy command.