Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/iscsid Move communication socket to /var/run, especiall...



details:   https://anonhg.NetBSD.org/src/rev/874fabca8e77
branches:  trunk
changeset: 336255:874fabca8e77
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Feb 21 20:33:44 2015 +0000

description:
Move communication socket to /var/run, especially when starting iscsid
during boot, it might disappear otherwise.

diffstat:

 sbin/iscsid/iscsid.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r eaacede9aa83 -r 874fabca8e77 sbin/iscsid/iscsid.h
--- a/sbin/iscsid/iscsid.h      Sat Feb 21 20:19:22 2015 +0000
+++ b/sbin/iscsid/iscsid.h      Sat Feb 21 20:33:44 2015 +0000
@@ -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 @@
 
 /* The socket name */
 
-#define ISCSID_SOCK_NAME   "/tmp/iscsid_socket"
+#define ISCSID_SOCK_NAME   "/var/run/iscsid_socket"
 
 
 /* ==== Requests ==== */



Home | Main Index | Thread Index | Old Index