Skip to content

Commit 19ecb94

Browse files
author
bfmartin
committed
provide full path to doas command
1 parent f68a248 commit 19ecb94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotfiles/dot.fvwmrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Style "QuitVerify" NoTitle, NoHandles, BorderWidth 3
173173
*RebootVerifyText "Do you really want to reboot?"
174174
*RebootVerifyLine expand
175175
*RebootVerifyButton quit "Reboot" ^M
176-
*RebootVerifyCommand exec doas /sbin/reboot
176+
*RebootVerifyCommand exec /usr/bin/doas /sbin/reboot
177177
*RebootVerifyButton quit "Cancel" ^[
178178
*RebootVerifyCommand Nop
179179
Style "RebootVerify" NoTitle, NoHandles, BorderWidth 3
@@ -185,7 +185,7 @@ Style "RebootVerify" NoTitle, NoHandles, BorderWidth 3
185185
*ShutdownVerifyText "Do you really want to shutdown?"
186186
*ShutdownVerifyLine expand
187187
*ShutdownVerifyButton quit "Shutdown" ^M
188-
*ShutdownVerifyCommand exec doas /sbin/shutdown -hp now
188+
*ShutdownVerifyCommand exec /usr/bin/doas /sbin/shutdown -hp now
189189
*ShutdownVerifyButton quit "Cancel" ^[
190190
*ShutdownVerifyCommand Nop
191191
Style "ShutdownVerify" NoTitle, NoHandles, BorderWidth 3

0 commit comments

Comments
 (0)