aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev@life.(none)>2009-09-27 15:43:13 +0400
committerIgor Pashev <pashev@life.(none)>2009-09-27 15:43:13 +0400
commit03eb42dff718ba4bfbc0102b9ad57c17cfd9c836 (patch)
treea4cc1145921cac4d4b5e8b20bcb19b2d3a75b786
parentf6d334f4aef841b52562095bcdd3ab3b994f9a26 (diff)
downloadnewslack-03eb42dff718ba4bfbc0102b9ad57c17cfd9c836.tar.gz
Requirements
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
index e69de29..efb01d7 100644
--- a/README
+++ b/README
@@ -0,0 +1,20 @@
+Python programme to help upgrading Slackware
+
+Usage: ./newslack [directory]
+
+Searches for *.new files in directory (default /etc)
+and show the differences with older files.
+
+For example: /etc/rc.d/rc.inet1 and /etc/rc.d/rc.inet1.new
+
+Can apply partial patch.
+
+Requires:
+Qt 4.5,
+python 2.5,
+pyQt4,
+pygments,
+find,
+gvim,
+patch.
+