aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraboccia2015-06-09 21:01:26 -0400
committeraboccia2015-06-09 21:01:26 -0400
commit07c08ffecdd43b3a8baeab463e3f64ae6b851ca6 (patch)
tree915a956bf44fecade51721fd1cb99dbccb13365e
parentf9571bbcbb865f6473a8f19f72f9121d5cf8b18f (diff)
downloadaur-07c08ffecdd43b3a8baeab463e3f64ae6b851ca6.tar.gz
Modified .install file to reflect correct file path for 99-sysctl.conf modification
-rw-r--r--crashplan-pro.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/crashplan-pro.install b/crashplan-pro.install
index 695278d1ee69..cd6480a50df1 100644
--- a/crashplan-pro.install
+++ b/crashplan-pro.install
@@ -4,7 +4,7 @@ post_install () {
echo ""
echo "Your system is currently configured to watch $INOTIFY_WATCHES files in real time."
echo "CrashPlan recommends using a larger value; see the CrashPlan support site for details."
- echo "e.g. add the following line to /etc/sysctl.conf "
+ echo "e.g. add the following line to /etc/sysctl.d/99-sysctl.conf "
echo " fs.inotify.max_user_watches=1048576"
echo ""
fi