Commit graph

4 commits

Author SHA1 Message Date
slakmagik
06f9a9c223 system/rox-filer: don't leave empty .new files
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-20 14:08:08 -05:00
slakmagik
8467c8e112 system/rox-filer: Miscellaneous cleanups
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>
2011-03-01 09:54:14 -06:00
slakmagik
1d0419e752 Various: whitespace cleanups
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-07-03 15:52:10 -05:00
slakmagik
15a83814da system/rox-filer: Added to 12.1 repository 2010-05-11 22:55:28 +02:00