/etc/firsttime.d support

This commit is contained in:
Denis Smirnov 2013-01-05 11:23:49 +04:00
parent dfb2d2adef
commit c509ddb954
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
# Run scripts from /etc/firsttime.d at first start
[ -f "/var/lock/TMP_1ST" ] || touch "/var/lock/TMP_1ST"

View File

@ -0,0 +1,3 @@
#!/bin/sh
# Run scripts from /etc/firsttime.d at first start
[ -f "/var/lock/TMP_1ST" ] || touch "/var/lock/TMP_1ST"