aboutsummaryrefslogtreecommitdiff
path: root/examples/var_service/ntpd/run
diff options
context:
space:
mode:
Diffstat (limited to 'examples/var_service/ntpd/run')
-rwxr-xr-xexamples/var_service/ntpd/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/var_service/ntpd/run b/examples/var_service/ntpd/run
index 581d231a3..6f2a68188 100755
--- a/examples/var_service/ntpd/run
+++ b/examples/var_service/ntpd/run
@@ -15,7 +15,7 @@ default_p_opt="-p 0.$pool -p 1.$pool -p 2.$pool -p 3.$pool"
15 15
16# Make sure rundir/ exists 16# Make sure rundir/ exists
17mkdir -p "$rundir" 2>/dev/null 17mkdir -p "$rundir" 2>/dev/null
18chown -R "$user:" "$rundir" 18chown -R "$user": "$rundir"
19chmod -R a=rX "$rundir" 19chmod -R a=rX "$rundir"
20rm -rf rundir 2>/dev/null 20rm -rf rundir 2>/dev/null
21ln -s "$rundir" rundir 21ln -s "$rundir" rundir