[Bug 318] Install failure creating ssh_prng_cmds
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed May 7 22:41:51 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=318
------- Additional Comments From dtucker at zip.com.au 2003-05-07 22:41 -------
On my Solaris 8 host here (admittedly not locked down, so things like /var/adm
are still readable), the output files are idential for root and non-root users.
$ make ssh_prng_cmds.out
if test ! -z "yes"; then \
/usr/local/bin/perl ../fixprogs ssh_prng_cmds ; \
fi
$ mv ssh_prng_cmds.out ssh_prng_cmds.out.user
$ sudo make ssh_prng_cmds.out
if test ! -z "yes"; then \
/usr/local/bin/perl ../fixprogs ssh_prng_cmds ; \
fi
$ ls -l ssh_prng*.out*
-rw-r--r-- 1 root other 1985 May 7 22:53 ssh_prng_cmds.out
-rw-r--r-- 1 dtucker dtucker 1985 May 7 22:53 ssh_prng_cmds.out.user
$ diff -u ssh_prng_cmds.out ssh_prng_cmds.out.user
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list