Add older_than function to complement newer_than function. Also make the userland instance reversed to be compatable with current baselayout, which truely does suck.

This commit is contained in:
Roy Marples
2008-07-03 13:11:47 +00:00
parent d61f831896
commit a88a177f99
7 changed files with 50 additions and 16 deletions

View File

@@ -13,6 +13,7 @@ global:
rc_environ_fd;
rc_find_pids;
rc_newer_than;
rc_older_than;
rc_runlevel_exists;
rc_runlevel_get;
rc_runlevel_list;