Ports Search

Results 1120 of 1,266 for /sysutils/.(0.097 seconds)
sysutils/pslist-1.3 (Score: 0.21031919)
Utility to view or send signals to processes with all their children
pslist is a simple command-line utility for viewing and sending signals to a whole process tree.
sysutils/prips-1.0.0 (Score: 0.21031919)
Prints IP subnet ranges by list or CIDR
prips is a tool that can be used to print all of the IP address on a given range. It can enhance the usability of tools that are made to work on only one host at a time (e.g. whois).
sysutils/stalepid-1.0.b1 (Score: 0.21031919)
Check for stale pid files and remove them
The stalepid utility was developed to facilitate the startup of servers that write their process ID to a file and refuse to start if that file exists (e.g. when the process was last terminated by an unclean shutdown, or simply killed without given the chance to clean up the process ID file). The stalepid utility is used to check for and possibly remove those stale process ID files. Upon its invocation, stalepid checks for the following conditions: - the file specified by the pidfile argument exists; - it contains a single line, and the line contains a single number; - there is no process with the process ID specified in the file, or if there is one, it is not named processname. If all those conditions are met, the stalepid utility will remove the file specified by the pidfile argument, thus allowing the next invocation of the server to proceed normally.
sysutils/sysgather-1.0.p10 (Score: 0.21031919)
Keep configuration files under version control
sysgather is a simple command-line utility for keeping configuration files under version control.
sysutils/thefish-0.6.7 (Score: 0.21031919)
Gtk+/ncurses rc.conf editor/management tool
The Fish provides a graphical UI (with GTK+, Qt and ncurses frontends) to manage and edit system variables stored in /etc/defaults/rc.conf and /etc/rc.conf.
sysutils/timelimit-1.8.1 (Score: 0.21031919)
Limit the absolute execution time of a process
timelimit executes a command and terminates the spawned process after a given time with a given signal. A 'warning' signal is sent first, then, after a timeout, a 'kill' signal, similar to the way init(8) operates on shutdown.
sysutils/bsdconfig-0.9.0 (Score: 0.14820556)
Utility to configure various aspects of FreeBSD
bsdconfig is a robust utility for configuring/managing various aspects of the FreeBSD Operating System. Feature-highlights include (but are not limited to): - Modular, stable, efficient and i18n-compatible. - Easily maintained/extendable sh(1) source/syntax. - Works with both dialog(1) in base and Xdialog(1) from ports (x11/xdialog). - Package management module loosely based on sysinstall but much improved. - rc.conf(5) configuration/management based on sysutils/sysrc. - Timezone configuration based on sysutils/tzdialog. - Networking management based on sysutils/host-setup.
sysutils/abgx360gui-1.0.2 (Score: 0.13639407)
wxWidgets frontend for abgx360
abgx360gui is a frontend for the command-line application sysutils/abgx360. It allows the user to easily select abgx360 options. It can output an abgx360 log to a new xterm window, a text file, or an HTML file.
sysutils/zfs-stats-lite-1.4 (Score: 0.13639407)
Display human-readable ZFS statistics
zfs-stats displays ZFS statistics in human-readable format including ARC, L2ARC, zfetch (DMU) and vdev cache statistics. This script is a fork of sysutils/zfs-stats which has no dependency on perl or other ports.
misc/rname-1.0 (Score: 0.12952548)
Execute a program with a fake name
This is a simple utility to execute a program under a different name.