ALT Linux Bugzilla
– Attachment 1845 Details for
Bug 11009
enconvmv forks until reach max user processes limit
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
Testcase
testcase.sh (text/plain), 575 bytes, created by
Sviatoslav Sviridov
on 2007-03-04 17:41:21 MSK
(
hide
)
Description:
Testcase
Filename:
MIME Type:
Creator:
Sviatoslav Sviridov
Created:
2007-03-04 17:41:21 MSK
Size:
575 bytes
patch
obsolete
>#! /bin/sh -x > >PROG="${0##*/}" > >WORKDIR= > >exit_handler() >{ > local rc=$? > trap - EXIT > [ -z "$WORKDIR" ] || { > chmod 0750 "$WORKDIR/tmp" > rm -rf "$WORKDIR" > } > exit $rc >} > >trap exit_handler SIGHUP SIGPIPE SIGINT SIGQUIT SIGTERM EXIT > >WORKDIR="$(mktemp -dt "$PROG.XXXXXXXXXX")" || exit > >echo "Created working directory: $WORKDIR" > >mkdir "$WORKDIR/tmp" >echo "Created $WORKDIR/tmp" >echo "Changing permissions to 0400 for $WORKDIR/tmp" >chmod 0400 "$WORKDIR/tmp" > >ls -l "$WORKDIR/tmp" > >echo "Running enconvmv..." >enconvmv -x utf8 -r "$WORKDIR" > >echo "Done!" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 11009
: 1845