CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
crossrootfs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merged changes from noeabi (72cbd18e791bd2edff0e8d23873136187f0cd936)
[crossrootfs.git]
/
shadow
/
pwck
1
#!/bin/sh
2
#
3
# /etc/cron/daily/pwck: verify integrity of password and group files
4
#
5
6
/
usr
/
sbin
/
pwck
-r
7
/
usr
/
sbin
/
grpck
-r
8
9
# End of file