diff options
Diffstat (limited to 'sysutils/portupgrade/files')
-rw-r--r-- | sysutils/portupgrade/files/patch-portsclean | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/portupgrade/files/patch-portsclean b/sysutils/portupgrade/files/patch-portsclean new file mode 100644 index 000000000000..67447ed21f48 --- /dev/null +++ b/sysutils/portupgrade/files/patch-portsclean @@ -0,0 +1,20 @@ +--- bin/portsclean.orig Tue Apr 22 20:30:14 2003 ++++ bin/portsclean Tue Apr 22 20:29:31 2003 +@@ -520,8 +520,6 @@ + end + end + end +- +- r.close # make sure to waitpid the process immediately + end + + IO.popen("find -H #{$packages_base} -type l -name '*.t[bg]z'") do |r| +@@ -532,8 +530,6 @@ + delete_file(pkgfile) + end + end +- +- r.close # make sure to waitpid the process immediately + end + end + |