system/set_rlimits: Updated for version 1.2.0

This commit is contained in:
Paul Wisehart 2010-05-11 19:46:38 +02:00 committed by Michiel van Wessem
parent da93e757db
commit d64db77184
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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