1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-01 01:52:18 +01:00

Use yubikey-val instead of ykval in paths, configuration in /etc/yubico/val

This commit is contained in:
Dain Nilsson 2013-01-28 12:24:39 +01:00
parent 88e6d8bfaa
commit 976146a646
12 changed files with 14 additions and 14 deletions

View File

@ -21,10 +21,10 @@ all:
# Installation rules.
etcprefix = /etc/ykval
etcprefix = /etc/yubico/val
sbinprefix = /usr/sbin
phpprefix = /usr/share/ykval
docprefix = /usr/share/doc/ykval
phpprefix = /usr/share/yubikey-val
docprefix = /usr/share/doc/yubikey-val
muninprefix = /usr/share/munin/plugins
wwwgroup = www-data

2
doc

@ -1 +1 @@
Subproject commit 77c9a10f43f7867764bce2cf4bfd429db35c375b
Subproject commit 973946eb32704b6611a616573e2e5411aec5350b

View File

@ -18,7 +18,7 @@ if (isset($argv[1])) {
}
set_include_path(get_include_path() . PATH_SEPARATOR .
"/usr/share/ykval:/etc/ykval");
"/usr/share/yubikey-val:/etc/yubico/val");
require_once 'ykval-config.php';
require_once 'ykval-db.php';

View File

@ -18,7 +18,7 @@ if (isset($argv[1])) {
}
set_include_path(get_include_path() . PATH_SEPARATOR .
"/usr/share/ykval:/etc/ykval");
"/usr/share/yubikey-val:/etc/yubico/val");
require_once 'ykval-config.php';
require_once 'ykval-db.php';

View File

@ -1,7 +1,7 @@
#!/usr/bin/php
<?php
set_include_path(get_include_path() . PATH_SEPARATOR . "/usr/share/ykval:/etc/ykval");
set_include_path(get_include_path() . PATH_SEPARATOR . "/usr/share/yubikey-val:/etc/yubico/val");
require_once 'ykval-config.php';
require_once 'ykval-db.php';

View File

@ -1,7 +1,7 @@
#!/usr/bin/php
<?php
set_include_path(get_include_path() . PATH_SEPARATOR . "/usr/share/ykval:/etc/ykval");
set_include_path(get_include_path() . PATH_SEPARATOR . "/usr/share/yubikey-val:/etc/yubico/val");
require_once 'ykval-config.php';
require_once 'ykval-db.php';

View File

@ -1,7 +1,7 @@
#!/usr/bin/php
<?php
set_include_path(get_include_path() . PATH_SEPARATOR . "/usr/share/ykval:/etc/ykval");
set_include_path(get_include_path() . PATH_SEPARATOR . "/usr/share/yubikey-val:/etc/yubico/val");
require_once 'ykval-config.php';
require_once 'ykval-db.php';

View File

@ -1,7 +1,7 @@
#!/usr/bin/php
<?php
set_include_path(get_include_path() . PATH_SEPARATOR . "/usr/share/ykval:/etc/ykval");
set_include_path(get_include_path() . PATH_SEPARATOR . "/usr/share/yubikey-val:/etc/yubico/val");
require_once 'ykval-config.php';
require_once 'ykval-db.php';

View File

@ -2,7 +2,7 @@
<?php
set_include_path(get_include_path() . PATH_SEPARATOR .
"/etc/ykval:/usr/share/ykval");
"/etc/yubico/val:/usr/share/yubikey-val");
require_once 'ykval-config.php';

View File

@ -2,7 +2,7 @@
<?php
set_include_path(get_include_path() . PATH_SEPARATOR .
"/etc/ykval:/usr/share/ykval");
"/etc/yubico/val:/usr/share/yubikey-val");
require_once 'ykval-config.php';
require_once 'ykval-synclib.php';

View File

@ -2,7 +2,7 @@
<?php
set_include_path(get_include_path() . PATH_SEPARATOR .
"/etc/ykval:/usr/share/ykval");
"/etc/yubico/val:/usr/share/yubikey-val");
require_once 'ykval-config.php';

View File

@ -2,7 +2,7 @@
<?php
set_include_path(get_include_path() . PATH_SEPARATOR .
"/etc/ykval:/usr/share/ykval");
"/etc/yubico/val:/usr/share/yubikey-val");
require_once 'ykval-config.php';
require_once 'ykval-db.php';