Module Name: src
Committed By: joerg
Date: Sat Feb 21 20:33:44 UTC 2015
Modified Files:
src/sbin/iscsid: iscsid.h
Log Message:
Move communication socket to /var/run, especially when starting iscsid
during boot, it might disappear otherwise.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sbin/iscsid/iscsid.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/iscsid/iscsid.h
diff -u src/sbin/iscsid/iscsid.h:1.3 src/sbin/iscsid/iscsid.h:1.4
--- src/sbin/iscsid/iscsid.h:1.3 Sun May 27 20:05:04 2012
+++ src/sbin/iscsid/iscsid.h Sat Feb 21 20:33:44 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: iscsid.h,v 1.3 2012/05/27 20:05:04 christos Exp $ */
+/* $NetBSD: iscsid.h,v 1.4 2015/02/21 20:33:44 joerg Exp $ */
/*-
* Copyright (c) 2004,2006,2011 The NetBSD Foundation, Inc.
@@ -47,7 +47,7 @@ __BEGIN_DECLS
/* The socket name */
-#define ISCSID_SOCK_NAME "/tmp/iscsid_socket"
+#define ISCSID_SOCK_NAME "/var/run/iscsid_socket"
/* ==== Requests ==== */