Article 5GRJK /etc/rc.d/rc.cups: line 32: uname : command not found

/etc/rc.d/rc.cups: line 32: uname : command not found

by
marav
from LinuxQuestions.org on (#5GRJK)
If we put the init script (/etc/rc.d/rc.cups) in a shell script (for whatever reason)
We have this error :
Code:/etc/rc.d/rc.cups: line 32: uname : command not foundLine 32 :
Code:case "`uname`" inI think, it's because "uname" is in /usr/bin

with the full path
Code:case "`/usr/bin/uname`" inNo more errorlatest?d=yIl2AUoC8zA latest?i=qn3Yu5r7_8w:Uhl8O4QiGl8:F7zBnMy latest?i=qn3Yu5r7_8w:Uhl8O4QiGl8:V_sGLiP latest?d=qj6IDK7rITs latest?i=qn3Yu5r7_8w:Uhl8O4QiGl8:gIN9vFwqn3Yu5r7_8w
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments