diff options
| author | Igor Pashev <pashev@life.(none)> | 2009-09-27 15:43:13 +0400 |
|---|---|---|
| committer | Igor Pashev <pashev@life.(none)> | 2009-09-27 15:43:13 +0400 |
| commit | 03eb42dff718ba4bfbc0102b9ad57c17cfd9c836 (patch) | |
| tree | a4cc1145921cac4d4b5e8b20bcb19b2d3a75b786 | |
| parent | f6d334f4aef841b52562095bcdd3ab3b994f9a26 (diff) | |
| download | newslack-03eb42dff718ba4bfbc0102b9ad57c17cfd9c836.tar.gz | |
Requirements
| -rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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. + |
