Make the server a BApplication for a smoother shutdown (I've never

experienced this problem, but others have). Original changes by Axel,
though edited quite a bit by myself.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10337 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2004-12-01 15:38:12 +00:00
parent 53b0609a4a
commit f08f5b9bd3
3 changed files with 70 additions and 16 deletions
+24
View File
@@ -0,0 +1,24 @@
resource(1, "BEOS:APP_SIG") #'MIMS' "application/x-vnd.haiku.jam-cacheserver";
resource(1, "BEOS:FILE_TYPES") message
{
"types" = "application/octet-stream"
};
resource app_version
{
major = 1,
middle = 0,
minor = 0,
/* 0 = development 1 = alpha 2 = beta
3 = gamma 4 = golden master 5 = final */
variety = 5,
internal = 1,
short_info = "StatCacheServer",
long_info = "StatCacheServer 1.0.0 for Jam ©2004 Haiku"
};
resource(1, "BEOS:APP_FLAGS") #'APPF' $"04000000";