Closed takikawa closed 7 years ago
Currently doing make dist for snabbwall sets up an executable named snabbwall in the resulting tar archive, but that executable prints an error like the following:
make dist
snabbwall
$ sudo ./snabbwall spy unsupported program: snabbwall Usage: ./snabbwall <program> ...
Because snabb uses the executable name to choose a sub-program. Should we just change the name to wall for distribution? (or maybe just snabb?)
snabb
wall
It should be snabb-wall, IIRC the logic for chosing the first subcommand also checks for the snabb- prefix and picks the string after the dash.
snabb-wall
snabb-
Thanks, I made that change.
Currently doing
make dist
for snabbwall sets up an executable namedsnabbwall
in the resulting tar archive, but that executable prints an error like the following:Because
snabb
uses the executable name to choose a sub-program. Should we just change the name towall
for distribution? (or maybe justsnabb
?)