9 lines
111 B
Plaintext
9 lines
111 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# /etc/cron/daily/makewhatis: update the whatis database
|
||
|
#
|
||
|
|
||
|
/usr/sbin/makewhatis -w
|
||
|
|
||
|
# End of file
|