Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35595 - zetagrid startup scripts choke on new coreutils
Summary: zetagrid startup scripts choke on new coreutils
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Michael Imhof (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-11 04:42 UTC by Ulrich Plate (RETIRED)
Modified: 2003-12-11 11:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Plate (RETIRED) gentoo-dev 2003-12-11 04:42:34 UTC
This bug only bites people having coreutils upgraded to 5.0.91.

The old `tail -1` syntax has finally been obsoleted and actually produces an
error. The new POSIX conform syntax is `tail -n 1`. So, this needs to be changed
in /etc/init.d/zetagrid. And in /opt/zetagrid/zeta.sh - because the same POSIX
conformity stick has hit `nice -19`, now to be known as `nice -n -19`. 

Go figure. :(
Comment 1 Michael Imhof (RETIRED) gentoo-dev 2003-12-11 11:17:05 UTC
Great, i'll do the changes you suggested and bump the version to -r1 to make sure everyone get's the changes.
Comment 2 Michael Imhof (RETIRED) gentoo-dev 2003-12-11 11:17:54 UTC
Done.

Hey, just realized that this is you Ulrich ;)
Thanks!