Skip to content

Commit

Permalink
Fix PATH order at openrc-init
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix authored Jul 28, 2023
1 parent 86efc43 commit b0410d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openrc-init/openrc-init.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#include "wtmp.h"
#include "version.h"

static const char *path_default = "/sbin:/usr/sbin:/bin:/usr/bin";
static const char *path_default = "/usr/sbin:/sbin:/usr/bin:/bin";
static const char *rc_default_runlevel = "default";

static void do_openrc(const char *runlevel)
Expand Down

0 comments on commit b0410d1

Please sign in to comment.