]> Cypherpunks repositories - dsc.git/commitdiff
Kebab case is nicer
authorSergey Matveev <stargrave@stargrave.org>
Mon, 12 Jan 2026 10:53:56 +0000 (13:53 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 12 Jan 2026 10:53:56 +0000 (13:53 +0300)
jimlib/net-utils.tcl [moved from jimlib/netUtils.tcl with 97% similarity]
schema/net/*/apply
schema/net/apply

similarity index 97%
rename from jimlib/netUtils.tcl
rename to jimlib/net-utils.tcl
index 49dd8b651ca1691a5ee8c4ef560d2cded3a974a48fbd1f25a108f0ee4d26db4a..a73310937cf78a3cb4b3d65295c5d71136314dfc70cd207b54e90f6b1696f702 100644 (file)
@@ -36,4 +36,4 @@ proc list-addrs {iface} {
     return $addrs
 }
 
-package provide netUtils
+package provide net-utils
index 2c487b247ee73bc435ab5c80491edfa9cd1588fbe7bb56b507dbcf73b1605a17..e087fd5663041333a9bd7bf0e2300bc9f6465aa2a440fa990547dc7917020ba3 100755 (executable)
@@ -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]
index 3558a7ca32f39963cf172db41dedf4e734f1e960d04bc47eed268c8b16de79da..c8e0947c01ef1d028b6262113741ab0ebab47754c2f619f226a8845954378358 100755 (executable)
@@ -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]