diff options
author | Paul Wisehart <wise@lupulin.net> | 2010-05-11 19:46:38 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 19:46:38 +0200 |
commit | d64db77184dcac78ab8e6ef2ee1575e0b0e4439d (patch) | |
tree | 7c392f001e47dd752f60ddbfad1190353931ff84 /system | |
parent | da93e757dbcf5f0c7b54f74404a0af1c7447dc91 (diff) | |
download | slackbuilds-d64db77184dcac78ab8e6ef2ee1575e0b0e4439d.tar.gz |
system/set_rlimits: Updated for version 1.2.0
Diffstat (limited to 'system')
-rw-r--r-- | system/set_rlimits/set_rlimits.SlackBuild | 2 | ||||
-rw-r--r-- | system/set_rlimits/slack-desc | 10 |
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 |