From 41dd0be8e30dc4edf7e3c087736dc41d625cecc5 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 18 May 2010 13:06:44 -0400 Subject: [PATCH] darwin afs.conf: growlagent example provide an example usage of the growl agent Change-Id: Ic680008784a85d877049dee429d8f77f5ce8f5f7 Reviewed-on: http://gerrit.openafs.org/1985 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/packaging/MacOS/afs.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/packaging/MacOS/afs.conf b/src/packaging/MacOS/afs.conf index 7df9e97..371533d 100644 --- a/src/packaging/MacOS/afs.conf +++ b/src/packaging/MacOS/afs.conf @@ -77,6 +77,10 @@ AFS_SYSNAME="" # fs setserverprefs #} +#afs_mariner() { +# fs mariner localhost +#} + # Amount to read ahead, or comment out to disable AFS_PRECACHE=5000 @@ -92,6 +96,11 @@ AFS_POST_INIT= # that function, as you can only run one function.) #AFS_POST_INIT=afs_server_prefs +# Another example. Set this to use the growl agent. +# If you do this, you'll also need to run the growl agent, perhaps as a +# LoginItem +#AFS_POST_INIT=afs_mariner + # If you want to always run some command before shutting down OpenAFS, you can # put it here. The same caveat applies about multiple commands. AFS_PRE_SHUTDOWN= -- 1.9.4