Replacement for OpenIndiana's sysidtool
  • Shell 69.2%
  • Roff 26%
  • Makefile 4.8%
Find a file
Olaf Bohlen c549a9ad5e
update to PR#7, sorted functions
- sorted setup_ functions alphabetical in code and man page
- removed trailing whitespaces
- removed whitespaces in empty lines
- minor style update
2026-05-22 16:09:11 +02:00
Makefile syding: follow IPD4 man-page change 2024-12-14 11:46:54 +01:00
OPENSOLARIS.LICENSE added the license file to be complete 2015-12-27 12:48:41 +01:00
README.md *** empty log message *** 2015-12-18 12:59:56 +01:00
sysding update to PR#7, sorted functions 2026-05-22 16:09:11 +02:00
sysding.8 update to PR#7, sorted functions 2026-05-22 16:09:11 +02:00
sysding.conf implemented setup_aggregate and setup_vlan 2016-11-07 09:23:02 +01:00
sysding.mog initial check-in on github for sysding 2015-12-11 14:29:04 +01:00
sysding.xml syding: follow IPD4 man-page change 2024-12-14 11:46:54 +01:00

sysding

CDDL HEADER START

The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.

You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.

When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]

CDDL HEADER END

replacement for openindianas sysidtool

sysding is a replacement for sysidtool. The name is a word-play on sysid-ng. It's a simple shell-script with some functions that users can call via a "config" file (/etc/sysding.conf), which is actually a sourced-in script file. This makes it also very flexible for users to customize more there.

It logs to a flat file in $ROOT/var/log/sysding.log and leaves the config file in /etc, so users can use this config for other systems later.