CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
crossrootfs.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
e2fsprogs: updated to 1.42.5 and aligned with upstream
[crossrootfs.git]
/
shadow
/
pwck
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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