/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 error


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 error