From 04b2392743af94e87c457a376c6cc61745963dcf Mon Sep 17 00:00:00 2001
From: Mark Grondona <mgrondona@llnl.gov>
Date: Thu, 10 Apr 2003 16:38:03 +0000
Subject: [PATCH]  o minor fixes

---
 etc/slurm.conf.example | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/etc/slurm.conf.example b/etc/slurm.conf.example
index b13ac5a4caa..1cfd7f53824 100644
--- a/etc/slurm.conf.example
+++ b/etc/slurm.conf.example
@@ -59,7 +59,7 @@
 #
 # Example:
 # 
-# SlurmdSpoolDir=/tmp/slurmd	# default: "/tmp/slurmd"
+# SlurmdSpoolDir=/tmp/slurmd	# default: "/var/spool/slurm"
 
 
 #
@@ -131,7 +131,7 @@
 # o Define the authentication method for communicating between SLURM
 #   components
 #
-# "auth/none" : no authentication, the default
+# "auth/none"  : no authentication, the default
 # "auth/authd" : Brett Chun's authd
 #
 # AuthType=auth/none
@@ -141,7 +141,7 @@
 #   colon-separated list of directories, just like the PATH
 #   environment variable.
 #
-# PluginDir=/usr/local/lib # default: PREFIX/lib/slurm
+# PluginDir=/etc/slurm/plugins # default: PREFIX/lib/slurm
 
 #
 # o Define some timeout values for the slurm controller and backup
-- 
GitLab