Skip to content

Commit

Permalink
deprecate /lib/rc/tmp completely
Browse files Browse the repository at this point in the history
  • Loading branch information
timkenhan committed Aug 31, 2023
1 parent c1cd3c9 commit 2e7c17c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/librc/librc-depend.c
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,6 @@ static const char *const depdirs[] =
RC_SVCDIR "/options",
RC_SVCDIR "/exclusive",
RC_SVCDIR "/scheduled",
RC_SVCDIR "/tmp",
NULL
};

Expand Down
1 change: 0 additions & 1 deletion src/shared/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ env_config(void)
setenv("RC_VERSION", VERSION, 1);
setenv("RC_LIBEXECDIR", RC_LIBEXECDIR, 1);
setenv("RC_SVCDIR", RC_SVCDIR, 1);
setenv("RC_TMPDIR", RC_SVCDIR "/tmp", 1);
setenv("RC_BOOTLEVEL", RC_LEVEL_BOOT, 1);
e = rc_runlevel_get();
setenv("RC_RUNLEVEL", e, 1);
Expand Down

0 comments on commit 2e7c17c

Please sign in to comment.