fix ntp permission on /var/lib/ntp

This commit is contained in:
Tobias Powalowski 2013-05-22 21:59:54 +02:00
parent b3fed40cd9
commit d20fffc054
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,7 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
run_hook ()
{
# fix ntp user permission
chown ntp /var/lib/ntp
}

View file

@ -15,6 +15,8 @@ build ()
add_file "/usr/share/archboot/tz/tz" "/usr/bin/tz"
# fix licenses
add_file "/usr/share/licenses/ntp/LICENSE"
add_runscript
}
help ()