From: Sergey Matveev Date: Mon, 12 Jan 2026 10:53:56 +0000 (+0300) Subject: Kebab case is nicer X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=19c9c7f16c1b9942d05bd5ee9dc3af4a98f0c11bf410fb3e032c8afdc3f3bdf4;p=dsc.git Kebab case is nicer --- diff --git a/jimlib/netUtils.tcl b/jimlib/net-utils.tcl similarity index 97% rename from jimlib/netUtils.tcl rename to jimlib/net-utils.tcl index 49dd8b6..a733109 100644 --- a/jimlib/netUtils.tcl +++ b/jimlib/net-utils.tcl @@ -36,4 +36,4 @@ proc list-addrs {iface} { return $addrs } -package provide netUtils +package provide net-utils diff --git a/schema/net/*/apply b/schema/net/*/apply index 2c487b2..e087fd5 100755 --- a/schema/net/*/apply +++ b/schema/net/*/apply @@ -1,7 +1,7 @@ #!/usr/bin/env jimsh -package require netUtils -namespace import netUtils::* +package require net-utils +namespace import net-utils::* set iface [file tail [lindex $argv 0]] set sysIfaces [list-sys-ifaces] diff --git a/schema/net/apply b/schema/net/apply index 3558a7c..c8e0947 100755 --- a/schema/net/apply +++ b/schema/net/apply @@ -1,7 +1,7 @@ #!/usr/bin/env jimsh -package require netUtils -namespace import netUtils::* +package require net-utils +namespace import net-utils::* set sysIfaces [list-sys-ifaces]