summaryrefslogtreecommitdiffstats
path: root/system/set_rlimits
diff options
context:
space:
mode:
Diffstat (limited to 'system/set_rlimits')
-rw-r--r--system/set_rlimits/set_rlimits.SlackBuild2
-rw-r--r--system/set_rlimits/slack-desc10
2 files changed, 10 insertions, 2 deletions
diff --git a/system/set_rlimits/set_rlimits.SlackBuild b/system/set_rlimits/set_rlimits.SlackBuild
index 4f2d24e37a..6200946d2a 100644
--- a/system/set_rlimits/set_rlimits.SlackBuild
+++ b/system/set_rlimits/set_rlimits.SlackBuild
@@ -48,7 +48,7 @@ cat $CWD/$PKGNAME.SlackBuild > $PKG/usr/doc/$PKGNAME-$VERSION/$PKGNAME.SlackBuil
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
- for i in `find . -type l` ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done )
+ for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done )
mv $PKG/etc/set_rlimits.conf $PKG/etc/set_rlimits.conf.new
diff --git a/system/set_rlimits/slack-desc b/system/set_rlimits/slack-desc
index 14ed90648e..6ad74cc16c 100644
--- a/system/set_rlimits/slack-desc
+++ b/system/set_rlimits/slack-desc
@@ -1,4 +1,12 @@
-set_rlimits: set_rlimits
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+set_rlimits: set_rlimits (tool to set rlimits)
set_rlimits:
set_rlimits: This is a small program written to give unpriviledged users
set_rlimits: access to realtime scheduling via the new rlimits added to