added: a new directory "etc"
there'll be some generic config files for winix
added: a new file in etc directory: time_zones_file
list of time zones (not finished yet -- daylight saving time is needed)
added: option to config: etc_dir
a directory in which there are some config files
used mainly when winix starts
default: empty (means not for using)
added: option to config: time_zones_file
a file in etc_dir with time zones info
default: time_zones.conf
this is a Space structure with all time zones
added: to system: TimeZones struct
list of time zones read from etc/time_zones.conf
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@849 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -32,13 +32,14 @@ adduser.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
adduser.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
|
||||
adduser.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h
|
||||
adduser.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
|
||||
adduser.o: ../core/synchro.h ../core/slog.h ../core/plugin.h
|
||||
adduser.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h
|
||||
adduser.o: ../core/sessioncontainer.h ../functions/functions.h
|
||||
adduser.o: ../templates/templates.h ../templates/patterncacher.h
|
||||
adduser.o: ../templates/indexpatterns.h ../templates/patterns.h
|
||||
adduser.o: ../templates/changepatterns.h ../templates/htmltextstream.h
|
||||
adduser.o: ../core/sessionmanager.h ../core/misc.h
|
||||
adduser.o: ../core/timezones.h ../core/synchro.h ../core/slog.h
|
||||
adduser.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h
|
||||
adduser.o: ../core/sessionmanager.h ../core/sessioncontainer.h
|
||||
adduser.o: ../functions/functions.h ../templates/templates.h
|
||||
adduser.o: ../templates/patterncacher.h ../templates/indexpatterns.h
|
||||
adduser.o: ../templates/patterns.h ../templates/changepatterns.h
|
||||
adduser.o: ../templates/htmltextstream.h ../core/sessionmanager.h
|
||||
adduser.o: ../core/misc.h
|
||||
cat.o: cat.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
cat.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
cat.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h
|
||||
@@ -68,7 +69,7 @@ cat.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
cat.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
cat.o: ../core/mountparser.h ../core/crypt.h ../core/users.h ../core/groups.h
|
||||
cat.o: ../core/group.h ../core/loadavg.h ../core/image.h
|
||||
cat.o: ../core/threadmanager.h ../core/synchro.h
|
||||
cat.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h
|
||||
chmod.o: chmod.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
chmod.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
chmod.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h
|
||||
@@ -99,7 +100,7 @@ chmod.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
chmod.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
chmod.o: ../core/mountparser.h ../core/crypt.h ../core/users.h
|
||||
chmod.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
|
||||
chmod.o: ../core/threadmanager.h ../core/synchro.h
|
||||
chmod.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h
|
||||
chown.o: chown.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
chown.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
chown.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h
|
||||
@@ -130,7 +131,7 @@ chown.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
chown.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
chown.o: ../core/mountparser.h ../core/crypt.h ../core/users.h
|
||||
chown.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
|
||||
chown.o: ../core/threadmanager.h ../core/synchro.h
|
||||
chown.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h
|
||||
ckeditor.o: ckeditor.h functionbase.h ../core/item.h
|
||||
ckeditor.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
|
||||
ckeditor.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
|
||||
@@ -163,7 +164,8 @@ ckeditor.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
ckeditor.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
ckeditor.o: ../core/mountparser.h ../core/crypt.h ../core/users.h
|
||||
ckeditor.o: ../core/groups.h ../core/group.h ../core/loadavg.h
|
||||
ckeditor.o: ../core/image.h ../core/threadmanager.h ../core/synchro.h
|
||||
ckeditor.o: ../core/image.h ../core/threadmanager.h ../core/timezones.h
|
||||
ckeditor.o: ../core/synchro.h
|
||||
cp.o: cp.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
cp.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
cp.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h ../core/item.h
|
||||
@@ -193,8 +195,8 @@ cp.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
cp.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
cp.o: ../core/mountparser.h ../core/crypt.h ../core/users.h ../core/groups.h
|
||||
cp.o: ../core/group.h ../core/loadavg.h ../core/image.h
|
||||
cp.o: ../core/threadmanager.h ../core/synchro.h ../core/misc.h
|
||||
cp.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h
|
||||
cp.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h
|
||||
cp.o: ../core/misc.h ../core/plugin.h ../core/pluginmsg.h ../core/system.h
|
||||
cp.o: ../core/sessionmanager.h ../core/sessioncontainer.h
|
||||
cp.o: ../functions/functions.h ../templates/templates.h
|
||||
cp.o: ../templates/patterncacher.h ../templates/indexpatterns.h
|
||||
@@ -232,7 +234,7 @@ default.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
default.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
|
||||
default.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h
|
||||
default.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
|
||||
default.o: ../core/synchro.h
|
||||
default.o: ../core/timezones.h ../core/synchro.h
|
||||
download.o: download.h functionbase.h ../core/item.h
|
||||
download.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
|
||||
download.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
|
||||
@@ -265,7 +267,8 @@ download.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
download.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
download.o: ../core/mountparser.h ../core/crypt.h ../core/users.h
|
||||
download.o: ../core/groups.h ../core/group.h ../core/loadavg.h
|
||||
download.o: ../core/image.h ../core/threadmanager.h ../core/synchro.h
|
||||
download.o: ../core/image.h ../core/threadmanager.h ../core/timezones.h
|
||||
download.o: ../core/synchro.h
|
||||
emacs.o: emacs.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
emacs.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
emacs.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h
|
||||
@@ -296,10 +299,11 @@ emacs.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
emacs.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
emacs.o: ../core/mountparser.h ../core/crypt.h ../core/users.h
|
||||
emacs.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
|
||||
emacs.o: ../core/threadmanager.h ../core/synchro.h ../templates/templates.h
|
||||
emacs.o: ../templates/patterncacher.h ../templates/indexpatterns.h
|
||||
emacs.o: ../templates/patterns.h ../templates/changepatterns.h
|
||||
emacs.o: ../templates/htmltextstream.h ../core/sessionmanager.h
|
||||
emacs.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h
|
||||
emacs.o: ../templates/templates.h ../templates/patterncacher.h
|
||||
emacs.o: ../templates/indexpatterns.h ../templates/patterns.h
|
||||
emacs.o: ../templates/changepatterns.h ../templates/htmltextstream.h
|
||||
emacs.o: ../core/sessionmanager.h
|
||||
env.o: env.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
env.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
env.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h
|
||||
@@ -329,7 +333,8 @@ env.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
env.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
env.o: ../core/mountparser.h ../core/crypt.h ../core/users.h ../core/groups.h
|
||||
env.o: ../core/group.h ../core/loadavg.h ../core/image.h
|
||||
env.o: ../core/threadmanager.h ../core/synchro.h ../core/log.h
|
||||
env.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h
|
||||
env.o: ../core/log.h
|
||||
functionbase.o: functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
functionbase.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h
|
||||
functionbase.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h
|
||||
@@ -363,7 +368,7 @@ functionbase.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h
|
||||
functionbase.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h
|
||||
functionbase.o: ../core/users.h ../core/groups.h ../core/group.h
|
||||
functionbase.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
|
||||
functionbase.o: ../core/synchro.h
|
||||
functionbase.o: ../core/timezones.h ../core/synchro.h
|
||||
functionparser.o: functionparser.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
functionparser.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h
|
||||
functionparser.o: ../core/item.h ../core/requesttypes.h
|
||||
@@ -398,8 +403,8 @@ functionparser.o: ../core/users.h ../core/ugcontainer.h
|
||||
functionparser.o: ../core/lastcontainer.h ../core/mounts.h
|
||||
functionparser.o: ../core/mountparser.h ../core/crypt.h ../core/users.h
|
||||
functionparser.o: ../core/groups.h ../core/group.h ../core/loadavg.h
|
||||
functionparser.o: ../core/image.h ../core/threadmanager.h ../core/synchro.h
|
||||
functionparser.o: ../core/cur.h ../core/log.h
|
||||
functionparser.o: ../core/image.h ../core/threadmanager.h ../core/timezones.h
|
||||
functionparser.o: ../core/synchro.h ../core/cur.h ../core/log.h
|
||||
functions.o: functions.h functionbase.h ../core/item.h
|
||||
functions.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
|
||||
functions.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
|
||||
@@ -427,13 +432,13 @@ functions.o: ../notify/templatesnotify.h ../core/users.h
|
||||
functions.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
functions.o: ../core/mountparser.h ../core/crypt.h run.h ../core/users.h
|
||||
functions.o: ../core/groups.h ../core/group.h ../core/loadavg.h
|
||||
functions.o: ../core/image.h ../core/threadmanager.h ../core/synchro.h
|
||||
functions.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h
|
||||
functions.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h
|
||||
functions.o: emacs.h env.h last.h login.h logout.h ln.h ls.h man.h meta.h
|
||||
functions.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h
|
||||
functions.o: rmuser.h sort.h specialdefault.h stat.h subject.h template.h
|
||||
functions.o: tinymce.h uname.h upload.h uptime.h who.h vim.h
|
||||
functions.o: ../core/image.h ../core/threadmanager.h ../core/timezones.h
|
||||
functions.o: ../core/synchro.h functionparser.h ../core/cur.h adduser.h cat.h
|
||||
functions.o: chmod.h privchanger.h chown.h ckeditor.h cp.h default.h
|
||||
functions.o: download.h emacs.h env.h last.h login.h logout.h ln.h ls.h man.h
|
||||
functions.o: meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h
|
||||
functions.o: reload.h rm.h rmuser.h sort.h specialdefault.h stat.h subject.h
|
||||
functions.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h
|
||||
functions.o: ../core/htmlfilter.h ../core/log.h ../core/misc.h
|
||||
functions.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h
|
||||
functions.o: ../core/sessionmanager.h ../core/sessioncontainer.h
|
||||
@@ -471,7 +476,7 @@ last.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
last.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
|
||||
last.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h
|
||||
last.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
|
||||
last.o: ../core/synchro.h
|
||||
last.o: ../core/timezones.h ../core/synchro.h
|
||||
ln.o: ln.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
ln.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
ln.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h ../core/item.h
|
||||
@@ -501,8 +506,8 @@ ln.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
ln.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
ln.o: ../core/mountparser.h ../core/crypt.h ../core/users.h ../core/groups.h
|
||||
ln.o: ../core/group.h ../core/loadavg.h ../core/image.h
|
||||
ln.o: ../core/threadmanager.h ../core/synchro.h ../core/misc.h
|
||||
ln.o: ../functions/functions.h
|
||||
ln.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h
|
||||
ln.o: ../core/misc.h ../functions/functions.h
|
||||
login.o: login.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
login.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
login.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h
|
||||
@@ -533,7 +538,7 @@ login.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
login.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
login.o: ../core/mountparser.h ../core/crypt.h ../core/users.h
|
||||
login.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
|
||||
login.o: ../core/threadmanager.h ../core/synchro.h
|
||||
login.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h
|
||||
logout.o: logout.h functionbase.h ../core/item.h
|
||||
logout.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
|
||||
logout.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
|
||||
@@ -566,7 +571,7 @@ logout.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
logout.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
|
||||
logout.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h
|
||||
logout.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
|
||||
logout.o: ../core/synchro.h
|
||||
logout.o: ../core/timezones.h ../core/synchro.h
|
||||
ls.o: ls.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
ls.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
ls.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h ../core/item.h
|
||||
@@ -596,7 +601,7 @@ ls.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
ls.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
ls.o: ../core/mountparser.h ../core/crypt.h ../core/users.h ../core/groups.h
|
||||
ls.o: ../core/group.h ../core/loadavg.h ../core/image.h
|
||||
ls.o: ../core/threadmanager.h ../core/synchro.h
|
||||
ls.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h
|
||||
man.o: man.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
man.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
man.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h
|
||||
@@ -627,7 +632,7 @@ man.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
man.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
|
||||
man.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h
|
||||
man.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
|
||||
man.o: ../core/synchro.h
|
||||
man.o: ../core/timezones.h ../core/synchro.h
|
||||
meta.o: meta.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
meta.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
meta.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h
|
||||
@@ -658,7 +663,7 @@ meta.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
meta.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
|
||||
meta.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h
|
||||
meta.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
|
||||
meta.o: ../core/synchro.h ../core/log.h
|
||||
meta.o: ../core/timezones.h ../core/synchro.h ../core/log.h
|
||||
mkdir.o: mkdir.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
mkdir.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
mkdir.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h
|
||||
@@ -689,13 +694,13 @@ mkdir.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
mkdir.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
mkdir.o: ../core/mountparser.h ../core/crypt.h ../core/users.h
|
||||
mkdir.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
|
||||
mkdir.o: ../core/threadmanager.h ../core/synchro.h ../core/plugin.h
|
||||
mkdir.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h
|
||||
mkdir.o: ../core/sessioncontainer.h ../functions/functions.h
|
||||
mkdir.o: ../templates/templates.h ../templates/patterncacher.h
|
||||
mkdir.o: ../templates/indexpatterns.h ../templates/patterns.h
|
||||
mkdir.o: ../templates/changepatterns.h ../templates/htmltextstream.h
|
||||
mkdir.o: ../core/sessionmanager.h
|
||||
mkdir.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h
|
||||
mkdir.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h
|
||||
mkdir.o: ../core/sessionmanager.h ../core/sessioncontainer.h
|
||||
mkdir.o: ../functions/functions.h ../templates/templates.h
|
||||
mkdir.o: ../templates/patterncacher.h ../templates/indexpatterns.h
|
||||
mkdir.o: ../templates/patterns.h ../templates/changepatterns.h
|
||||
mkdir.o: ../templates/htmltextstream.h ../core/sessionmanager.h
|
||||
mount.o: mount.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
mount.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
mount.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h
|
||||
@@ -726,7 +731,7 @@ mount.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
mount.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
mount.o: ../core/mountparser.h ../core/crypt.h ../core/users.h
|
||||
mount.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
|
||||
mount.o: ../core/threadmanager.h ../core/synchro.h
|
||||
mount.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h
|
||||
mv.o: mv.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
mv.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
mv.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h ../core/item.h
|
||||
@@ -756,13 +761,13 @@ mv.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
mv.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
mv.o: ../core/mountparser.h ../core/crypt.h ../core/users.h ../core/groups.h
|
||||
mv.o: ../core/group.h ../core/loadavg.h ../core/image.h
|
||||
mv.o: ../core/threadmanager.h ../core/synchro.h ../core/plugin.h
|
||||
mv.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h
|
||||
mv.o: ../core/sessioncontainer.h ../functions/functions.h
|
||||
mv.o: ../templates/templates.h ../templates/patterncacher.h
|
||||
mv.o: ../templates/indexpatterns.h ../templates/patterns.h
|
||||
mv.o: ../templates/changepatterns.h ../templates/htmltextstream.h
|
||||
mv.o: ../core/sessionmanager.h
|
||||
mv.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h
|
||||
mv.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h
|
||||
mv.o: ../core/sessionmanager.h ../core/sessioncontainer.h
|
||||
mv.o: ../functions/functions.h ../templates/templates.h
|
||||
mv.o: ../templates/patterncacher.h ../templates/indexpatterns.h
|
||||
mv.o: ../templates/patterns.h ../templates/changepatterns.h
|
||||
mv.o: ../templates/htmltextstream.h ../core/sessionmanager.h
|
||||
nicedit.o: nicedit.h functionbase.h ../core/item.h
|
||||
nicedit.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
|
||||
nicedit.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
|
||||
@@ -795,7 +800,7 @@ nicedit.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
nicedit.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
|
||||
nicedit.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h
|
||||
nicedit.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
|
||||
nicedit.o: ../core/synchro.h
|
||||
nicedit.o: ../core/timezones.h ../core/synchro.h
|
||||
node.o: node.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
node.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
node.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h
|
||||
@@ -826,7 +831,7 @@ node.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
node.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
|
||||
node.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h
|
||||
node.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
|
||||
node.o: ../core/synchro.h
|
||||
node.o: ../core/timezones.h ../core/synchro.h
|
||||
passwd.o: passwd.h functionbase.h ../core/item.h
|
||||
passwd.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
|
||||
passwd.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
|
||||
@@ -859,7 +864,8 @@ passwd.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
passwd.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
|
||||
passwd.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h
|
||||
passwd.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
|
||||
passwd.o: ../core/synchro.h ../core/slog.h ../functions/functions.h
|
||||
passwd.o: ../core/timezones.h ../core/synchro.h ../core/slog.h
|
||||
passwd.o: ../functions/functions.h
|
||||
priv.o: priv.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
priv.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
priv.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h
|
||||
@@ -889,7 +895,7 @@ priv.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
priv.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
priv.o: ../core/mountparser.h ../core/crypt.h ../core/users.h
|
||||
priv.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
|
||||
priv.o: ../core/threadmanager.h ../core/synchro.h
|
||||
priv.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h
|
||||
privchanger.o: privchanger.h ../core/request.h ../core/system.h ../core/job.h
|
||||
privchanger.o: ../core/basethread.h ../core/synchro.h
|
||||
privchanger.o: ../../pikotools/space/space.h ../core/dirs.h ../core/item.h
|
||||
@@ -924,7 +930,7 @@ privchanger.o: ../notify/templatesnotify.h ../core/users.h
|
||||
privchanger.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
privchanger.o: ../core/mountparser.h ../core/crypt.h ../core/users.h
|
||||
privchanger.o: ../core/groups.h ../core/group.h ../core/loadavg.h
|
||||
privchanger.o: ../core/image.h ../core/threadmanager.h
|
||||
privchanger.o: ../core/image.h ../core/threadmanager.h ../core/timezones.h
|
||||
pw.o: pw.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
pw.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
pw.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h ../core/item.h
|
||||
@@ -954,8 +960,8 @@ pw.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
pw.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
pw.o: ../core/mountparser.h ../core/crypt.h ../core/users.h ../core/groups.h
|
||||
pw.o: ../core/group.h ../core/loadavg.h ../core/image.h
|
||||
pw.o: ../core/threadmanager.h ../core/synchro.h ../core/log.h ../core/misc.h
|
||||
pw.o: ../functions/functions.h
|
||||
pw.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h
|
||||
pw.o: ../core/log.h ../core/misc.h ../functions/functions.h
|
||||
reload.o: reload.h functionbase.h ../core/item.h
|
||||
reload.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
|
||||
reload.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
|
||||
@@ -988,7 +994,7 @@ reload.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
reload.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
|
||||
reload.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h
|
||||
reload.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
|
||||
reload.o: ../core/synchro.h ../templates/templates.h
|
||||
reload.o: ../core/timezones.h ../core/synchro.h ../templates/templates.h
|
||||
reload.o: ../templates/patterncacher.h ../templates/indexpatterns.h
|
||||
reload.o: ../templates/patterns.h ../templates/changepatterns.h
|
||||
reload.o: ../templates/htmltextstream.h ../core/sessionmanager.h
|
||||
@@ -1021,13 +1027,13 @@ rm.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
rm.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
rm.o: ../core/mountparser.h ../core/crypt.h ../core/users.h ../core/groups.h
|
||||
rm.o: ../core/group.h ../core/loadavg.h ../core/image.h
|
||||
rm.o: ../core/threadmanager.h ../core/synchro.h ../core/plugin.h
|
||||
rm.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h
|
||||
rm.o: ../core/sessioncontainer.h ../functions/functions.h
|
||||
rm.o: ../templates/templates.h ../templates/patterncacher.h
|
||||
rm.o: ../templates/indexpatterns.h ../templates/patterns.h
|
||||
rm.o: ../templates/changepatterns.h ../templates/htmltextstream.h
|
||||
rm.o: ../core/sessionmanager.h ../core/misc.h
|
||||
rm.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h
|
||||
rm.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h
|
||||
rm.o: ../core/sessionmanager.h ../core/sessioncontainer.h
|
||||
rm.o: ../functions/functions.h ../templates/templates.h
|
||||
rm.o: ../templates/patterncacher.h ../templates/indexpatterns.h
|
||||
rm.o: ../templates/patterns.h ../templates/changepatterns.h
|
||||
rm.o: ../templates/htmltextstream.h ../core/sessionmanager.h ../core/misc.h
|
||||
rmuser.o: rmuser.h functionbase.h ../core/item.h
|
||||
rmuser.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
|
||||
rmuser.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
|
||||
@@ -1060,13 +1066,13 @@ rmuser.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
rmuser.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
|
||||
rmuser.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h
|
||||
rmuser.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
|
||||
rmuser.o: ../core/synchro.h ../core/log.h ../core/misc.h ../core/plugin.h
|
||||
rmuser.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h
|
||||
rmuser.o: ../core/sessioncontainer.h ../functions/functions.h
|
||||
rmuser.o: ../templates/templates.h ../templates/patterncacher.h
|
||||
rmuser.o: ../templates/indexpatterns.h ../templates/patterns.h
|
||||
rmuser.o: ../templates/changepatterns.h ../templates/htmltextstream.h
|
||||
rmuser.o: ../core/sessionmanager.h
|
||||
rmuser.o: ../core/timezones.h ../core/synchro.h ../core/log.h ../core/misc.h
|
||||
rmuser.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h
|
||||
rmuser.o: ../core/sessionmanager.h ../core/sessioncontainer.h
|
||||
rmuser.o: ../functions/functions.h ../templates/templates.h
|
||||
rmuser.o: ../templates/patterncacher.h ../templates/indexpatterns.h
|
||||
rmuser.o: ../templates/patterns.h ../templates/changepatterns.h
|
||||
rmuser.o: ../templates/htmltextstream.h ../core/sessionmanager.h
|
||||
run.o: run.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
run.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
run.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h
|
||||
@@ -1096,7 +1102,7 @@ run.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
run.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
run.o: ../core/mountparser.h ../core/crypt.h ../core/users.h ../core/groups.h
|
||||
run.o: ../core/group.h ../core/loadavg.h ../core/image.h
|
||||
run.o: ../core/threadmanager.h ../core/synchro.h
|
||||
run.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h
|
||||
sort.o: sort.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
sort.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
sort.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h
|
||||
@@ -1126,13 +1132,13 @@ sort.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
sort.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
sort.o: ../core/mountparser.h ../core/crypt.h ../core/users.h
|
||||
sort.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
|
||||
sort.o: ../core/threadmanager.h ../core/synchro.h ../core/plugin.h
|
||||
sort.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h
|
||||
sort.o: ../core/sessioncontainer.h ../functions/functions.h
|
||||
sort.o: ../templates/templates.h ../templates/patterncacher.h
|
||||
sort.o: ../templates/indexpatterns.h ../templates/patterns.h
|
||||
sort.o: ../templates/changepatterns.h ../templates/htmltextstream.h
|
||||
sort.o: ../core/sessionmanager.h
|
||||
sort.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h
|
||||
sort.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h
|
||||
sort.o: ../core/sessionmanager.h ../core/sessioncontainer.h
|
||||
sort.o: ../functions/functions.h ../templates/templates.h
|
||||
sort.o: ../templates/patterncacher.h ../templates/indexpatterns.h
|
||||
sort.o: ../templates/patterns.h ../templates/changepatterns.h
|
||||
sort.o: ../templates/htmltextstream.h ../core/sessionmanager.h
|
||||
specialdefault.o: specialdefault.h functionbase.h ../core/item.h
|
||||
specialdefault.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
|
||||
specialdefault.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
@@ -1168,7 +1174,7 @@ specialdefault.o: ../core/ugcontainer.h ../core/lastcontainer.h
|
||||
specialdefault.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h
|
||||
specialdefault.o: ../core/users.h ../core/groups.h ../core/group.h
|
||||
specialdefault.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
|
||||
specialdefault.o: ../core/synchro.h
|
||||
specialdefault.o: ../core/timezones.h ../core/synchro.h
|
||||
stat.o: stat.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
stat.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
stat.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h
|
||||
@@ -1198,7 +1204,7 @@ stat.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
stat.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
stat.o: ../core/mountparser.h ../core/crypt.h ../core/users.h
|
||||
stat.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
|
||||
stat.o: ../core/threadmanager.h ../core/synchro.h
|
||||
stat.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h
|
||||
subject.o: subject.h functionbase.h ../core/item.h
|
||||
subject.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
|
||||
subject.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
|
||||
@@ -1231,7 +1237,7 @@ subject.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
subject.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
|
||||
subject.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h
|
||||
subject.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
|
||||
subject.o: ../core/synchro.h
|
||||
subject.o: ../core/timezones.h ../core/synchro.h
|
||||
template.o: template.h functionbase.h ../core/item.h
|
||||
template.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
|
||||
template.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
|
||||
@@ -1264,7 +1270,7 @@ template.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
template.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
|
||||
template.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h
|
||||
template.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
|
||||
template.o: ../core/synchro.h ../core/misc.h
|
||||
template.o: ../core/timezones.h ../core/synchro.h ../core/misc.h
|
||||
tinymce.o: tinymce.h functionbase.h ../core/item.h
|
||||
tinymce.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
|
||||
tinymce.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
|
||||
@@ -1297,7 +1303,7 @@ tinymce.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
tinymce.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
|
||||
tinymce.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h
|
||||
tinymce.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
|
||||
tinymce.o: ../core/synchro.h
|
||||
tinymce.o: ../core/timezones.h ../core/synchro.h
|
||||
uname.o: uname.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
uname.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
uname.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h
|
||||
@@ -1328,7 +1334,7 @@ uname.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
|
||||
uname.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
|
||||
uname.o: ../core/mountparser.h ../core/crypt.h ../core/users.h
|
||||
uname.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
|
||||
uname.o: ../core/threadmanager.h ../core/synchro.h
|
||||
uname.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h
|
||||
upload.o: upload.h functionbase.h ../core/item.h
|
||||
upload.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
|
||||
upload.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
|
||||
@@ -1361,13 +1367,13 @@ upload.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
upload.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
|
||||
upload.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h
|
||||
upload.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
|
||||
upload.o: ../core/synchro.h ../core/misc.h ../core/plugin.h
|
||||
upload.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h
|
||||
upload.o: ../core/sessioncontainer.h ../functions/functions.h
|
||||
upload.o: ../templates/templates.h ../templates/patterncacher.h
|
||||
upload.o: ../templates/indexpatterns.h ../templates/patterns.h
|
||||
upload.o: ../templates/changepatterns.h ../templates/htmltextstream.h
|
||||
upload.o: ../core/sessionmanager.h
|
||||
upload.o: ../core/timezones.h ../core/synchro.h ../core/misc.h
|
||||
upload.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h
|
||||
upload.o: ../core/sessionmanager.h ../core/sessioncontainer.h
|
||||
upload.o: ../functions/functions.h ../templates/templates.h
|
||||
upload.o: ../templates/patterncacher.h ../templates/indexpatterns.h
|
||||
upload.o: ../templates/patterns.h ../templates/changepatterns.h
|
||||
upload.o: ../templates/htmltextstream.h ../core/sessionmanager.h
|
||||
uptime.o: uptime.h functionbase.h ../core/item.h
|
||||
uptime.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
|
||||
uptime.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
|
||||
@@ -1400,7 +1406,7 @@ uptime.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
uptime.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
|
||||
uptime.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h
|
||||
uptime.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
|
||||
uptime.o: ../core/synchro.h
|
||||
uptime.o: ../core/timezones.h ../core/synchro.h
|
||||
vim.o: vim.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
vim.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
vim.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h
|
||||
@@ -1431,7 +1437,7 @@ vim.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
vim.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
|
||||
vim.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h
|
||||
vim.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
|
||||
vim.o: ../core/synchro.h
|
||||
vim.o: ../core/timezones.h ../core/synchro.h
|
||||
who.o: who.h functionbase.h ../core/item.h ../../pikotools/space/space.h
|
||||
who.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
who.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h
|
||||
@@ -1462,4 +1468,4 @@ who.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
who.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
|
||||
who.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h
|
||||
who.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
|
||||
who.o: ../core/synchro.h
|
||||
who.o: ../core/timezones.h ../core/synchro.h
|
||||
|
||||
Reference in New Issue
Block a user