[DGD]Installing Binary Manager

Par Winzell zell at skotos.net
Mon Apr 24 06:40:13 CEST 2000


Lorrimar writes:
 > object binary_manager;
 > static create()
 > {
 > 	binary_manager = find_object(USR + "/System/binary_manager");
 > 	"/kernel/sys/userd"->set_binary_manager(binary_manager);
 > }

Try changing find_object() to compile_object(). If your binary manager
is not compiled when initd is executed (a fair bet), find_object will
not find it and return nil, and no new object manager will be set.

Pär

List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list