$OpenBSD: patch-sentinel_conf,v 1.2 2013/11/29 08:32:24 dcoppa Exp $
--- sentinel.conf.orig	Wed Nov 27 15:24:01 2013
+++ sentinel.conf	Wed Nov 27 15:28:48 2013
@@ -116,7 +116,7 @@ sentinel failover-timeout mymaster 180000
 #
 # Example:
 #
-# sentinel notification-script mymaster /var/redis/notify.sh
+# sentinel notification-script mymaster ${DBDIR}/notify.sh
 
 # CLIENTS RECONFIGURATION SCRIPT
 #
@@ -141,6 +141,6 @@ sentinel failover-timeout mymaster 180000
 #
 # Example:
 #
-# sentinel client-reconfig-script mymaster /var/redis/reconfig.sh
+# sentinel client-reconfig-script mymaster ${DBDIR}/reconfig.sh
 
 
