View Single Post
Posts: 59 | Thanked: 30 times | Joined on May 2010 @ UK
#817
Originally Posted by ade View Post
Code:
apt-get install --reinstall busybox-power
Thanks, this fixed the diff problem but not the pager problem. I guess the pager command has been broken for a long time though since /etc/alternatives/pager is a symlink to /bin/more which is a symlink to busybox. So busybox is going to see that is was called as pager. I was going to use less instead, but that is also a link to busybox