summaryrefslogtreecommitdiff
path: root/pm
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-06-06 19:38:26 -0500
committerVictor Lowther <victor.lowther@gmail.com>2008-06-06 19:38:26 -0500
commit9187f1c652c40bbc9e1e8c7a1b72c18424a99afb (patch)
tree43a3a04c935025a364ed98911541a064da81c2df /pm
parent68cc25ef5701abd38066797fbc6a86e6f461060a (diff)
Actually remember to source our functions file in 50ntpd
Diffstat (limited to 'pm')
-rwxr-xr-xpm/sleep.d/50ntpd2
1 files changed, 2 insertions, 0 deletions
diff --git a/pm/sleep.d/50ntpd b/pm/sleep.d/50ntpd
index 1b7b54b..96ad3d4 100755
--- a/pm/sleep.d/50ntpd
+++ b/pm/sleep.d/50ntpd
@@ -1,5 +1,7 @@
#!/bin/sh
+. "${PM_FUNCTIONS}"
+
NTPD_LOCK="pm-ntpd.lock"
stop_ntp()