summaryrefslogtreecommitdiffstats
path: root/system/rox-filer
AgeCommit message (Collapse)Author
2011-10-29system/rox-filer: Updated for version 2.11. slakmagik
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2011-03-20system/rox-filer: don't leave empty .new files slakmagik
The doinst.sh was calling config() and then preserve_perms() (which calls config() again) which would cat nothing (file already removed in config()) to $NEW.incoming, and move that to $NEW, which the second call to config() would leave for the admin to consider. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-03-01system/rox-filer: Miscellaneous cleanups slakmagik
Clarify a point in the README that some users are interested in. Update the doinst.sh to the new template. Remove unneeded comments. Comment why there's no strip code. Fix indentation. Remove bashism (brace expansion). Replace a 'cd...cd -' with a subshell. Tighten up other one-line subshells so it's consistent with the rest of the one-line subshells. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-07-03Various: updated maintainer email address slakmagik
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-07-03Various: whitespace cleanups slakmagik
All trailing whitespace (either at EOL or as entire last line) was removed except in slack-desc files where all of them were made to leave a trailing space after the 'blank' colons. This only affects the builds that I maintain. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-06-04system/rox-filer: Misc automated cleanups. David Somero
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
2010-05-13system/rox-filer: Updated for version 2.9 slakmagik
2010-05-11system/rox-filer: Added to 12.1 repository slakmagik