sx: mention openssl requirement
This commit is contained in:
parent
718add311c
commit
ef5ed45959
2
sx
2
sx
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh --
|
#!/bin/sh --
|
||||||
# sx - start an xserver
|
# sx - start an xserver
|
||||||
|
|
||||||
# requires xauth Xorg
|
# requires openssl xauth Xorg
|
||||||
|
|
||||||
# I'm willing to take advantage of errexit for this script as roughly 85% of
|
# I'm willing to take advantage of errexit for this script as roughly 85% of
|
||||||
# the error checking would just be exiting on command failure.
|
# the error checking would just be exiting on command failure.
|
||||||
|
|
Loading…
Reference in New Issue