This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
oss
/
openadk
Suivre
4
Voter
1
Fork
3
Fichiers
Tickets
1
Pull Requests
0
Wiki
Aborescence:
8044074252
Branches
Tags
master
openadk
/
package
/
rdate
/
rdate.ip-up
rdate.ip-up
89 B
Historique
Raw
1
2
3
4
#!/bin/mksh
. /etc/rc.conf
[[ $rdate_flags = NO ]] || /usr/ucb/rdate $rdate_flags
exit 0