Sponsored Content
Top Forums UNIX for Dummies Questions & Answers "menuconfig" utility in Linux Post 302828071 by DGPickett on Monday 1st of July 2013 02:04:47 PM
Old 07-01-2013
If you want specific changes, you can compare the files before and after each setting, and directly modify the files. You might need to signal the daemon procs to get a config reread. If you strace/truss/tusc the gui process, you can see any signals sent and emulate them with kill.
 
vsig(1F)							   FMLI Commands							  vsig(1F)

NAME
vsig - synchronize a co-process with the controlling FMLI application SYNOPSIS
vsig DESCRIPTION
The vsig executable sends a SIGUSR2 signal to the controlling FMLI process. This signal/alarm causes FMLI to execute the FMLI built-in command checkworld which causes all posted objects with a reread descriptor evaluating to TRUE to be reread. vsig takes no arguments. EXAMPLES
Example 1 A sample output of vsig command. The following is a segment of a shell program: echo "Sending this string to an FMLI process" vsig The vsig executable will flush the output buffer before it sends the SIGUSR2 signal to make sure the string is actually in the pipe created by the cocreate function. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWesu | +-----------------------------+-----------------------------+ SEE ALSO
coproc(1F), kill(1), kill(2), signal(3C), attributes(5) NOTES
Because vsig synchronize with FMLI, it should be used rather than kill to send a SIGUSR2 signal to FMLI. SunOS 5.11 5 Jul 1990 vsig(1F)
All times are GMT -4. The time now is 10:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy