Results 11 to 13 of 13
Run "which pidof" from console then insert that patch into the script.
For example:
kill -INT $(/bin/pidof pppd)...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-13-2003 #11Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
Run "which pidof" from console then insert that patch into the script.
For example:
kill -INT $(/bin/pidof pppd)
- 08-13-2003 #12Just Joined!
- Join Date
- Jun 2003
- Location
- Cyprus
- Posts
- 96
Finally i got it working! Thanx for all your help. I was starting to lose hope.
- 08-15-2003 #13Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
No worry... and if i were you i should add /usr/bin /bin and /usr/local/bin to you PATH-variable in ~/.bash_profile or /etc/profile so you dont get thoose "command not found" errormessages.
Regards
Andutt


Reply With Quote
