blob: ebc3140503fd178cd9aa05a958ef2e755c1b8448 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/include/skip_conf.h work.new/skip/include/skip_conf.h
--- skipsrc-1.0.orig/skip/include/skip_conf.h Fri Oct 25 13:12:44 1996
+++ work.new/skip/include/skip_conf.h Mon Jan 24 12:35:40 2000
@@ -58,7 +58,7 @@
#define SKIP_CERTSBASE SKIP_DIR"certdb"
#define SKIP_SECRET_CACHE SKIP_DIR"secret_cache"
#define SKIP_RAW_FILE SKIP_DIR"raw_keys"
-#define SKIP_PID SKIP_DIR"skipd.pid"
+#define SKIP_PID "/var/run/skipd.pid"
/*
* Key manager Crypt algorithms supported
|