Added yasm.OptionalPackageDescription and fixed openssh's known_host2 pathname.

This commit is contained in:
Scott McCreary
2010-04-30 03:35:31 +00:00
parent 64ff58b3e4
commit ad469634a2
2 changed files with 10 additions and 1 deletions

View 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/

View File

@@ -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