pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/31899: Linux-related fixes to mk/sandbox and mk/tools



The following reply was made to PR pkg/31899; it has been noted by GNATS.

From: Sergey Svishchev <svs%ropnet.ru@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/31899: Linux-related fixes to mk/sandbox and mk/tools
Date: Mon, 24 Oct 2005 01:52:48 +0400

 Also, su is in /bin, not /usr/bin, which matters for rc.subr:
 
 --- pkgtools/rc.subr/files/rc.subr     11 Oct 2004 19:32:14 -0000      1.5
 +++ pkgtools/rc.subr/files/rc.subr     3 Oct 2005 12:26:16 -0000
 @@ -56,7 +56,7 @@
  _RCCMD_rcs="/usr/bin/rcs"
  _RCCMD_rm="/bin/rm"
  _RCCMD_sh="/bin/sh"
 -_RCCMD_su="/usr/bin/su"
 +_RCCMD_su="/bin/su"
  _RCCMD_systrace="/bin/systrace"
  _RCCMD_whoami="/usr/bin/whoami"
  
 -- 
 Sergey Svishchev
 



Home | Main Index | Thread Index | Old Index