version /usr/lib/crontab too
This commit is contained in:
parent
9581f1596f
commit
70b95c31bc
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ install::
|
||||||
@echo "Making devices.."
|
@echo "Making devices.."
|
||||||
p=`pwd` && cd /dev && sh $$p/../commands/scripts/MAKEDEV.sh null
|
p=`pwd` && cd /dev && sh $$p/../commands/scripts/MAKEDEV.sh null
|
||||||
p=`pwd` && cd /dev && sh $$p/../commands/scripts/MAKEDEV.sh std 2>/dev/null
|
p=`pwd` && cd /dev && sh $$p/../commands/scripts/MAKEDEV.sh std 2>/dev/null
|
||||||
|
install -o bin -g operator -m 755 crontab /usr/lib
|
||||||
@echo "Making user homedirs.."
|
@echo "Making user homedirs.."
|
||||||
for u in /usr/ast ~root; do cp ast/.[aepv]* $$u ; done
|
for u in /usr/ast ~root; do cp ast/.[aepv]* $$u ; done
|
||||||
|
|
||||||
|
|
1
etc/crontab
Executable file
1
etc/crontab
Executable file
|
@ -0,0 +1 @@
|
||||||
|
? 6 * * * /usr/etc/daily cron
|
Loading…
Reference in a new issue