mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 14:08:51 +02:00
Added yasm.OptionalPackageDescription and fixed openssh's known_host2 pathname.
This commit is contained in:
9
dev-lang/yasm/yasm.OptionalPackageDescription
Normal file
9
dev-lang/yasm/yasm.OptionalPackageDescription
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Package: Yasm
|
||||||
|
Version: 0.8.0
|
||||||
|
Copyright: 2001-2009 Peter Johnson and other Yasm developers.
|
||||||
|
License: Artistic
|
||||||
|
License: BSD (2-clause)
|
||||||
|
License: BSD (3-clause)
|
||||||
|
License: GNU GPL v2
|
||||||
|
License: GNU LGPL v2
|
||||||
|
URL: http://www.tortall.net/projects/yasm/
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
*/
|
*/
|
||||||
#define _PATH_SSH_USER_HOSTFILE "/boot/home/config/settings/ssh/known_hosts"
|
#define _PATH_SSH_USER_HOSTFILE "/boot/home/config/settings/ssh/known_hosts"
|
||||||
/* backward compat for protocol 2 */
|
/* backward compat for protocol 2 */
|
||||||
#define _PATH_SSH_USER_HOSTFILE2 "/boot/home/settings/ssh/known_hosts2"
|
#define _PATH_SSH_USER_HOSTFILE2 "/boot/home/config/settings/ssh/known_hosts2"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Name of the default file containing client-side authentication key. This
|
* Name of the default file containing client-side authentication key. This
|
||||||
|
|||||||
Reference in New Issue
Block a user