diff options
| author | William Hubbs <w.d.hubbs@gmail.com> | 2017-10-10 10:56:27 -0500 |
|---|---|---|
| committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-10-10 10:56:27 -0500 |
| commit | a15de23e5713d840d871c526b46050983dc6ea1e (patch) | |
| tree | 60a2bb05d463b53019ed9c0c55200fdc2b9c2422 | |
| parent | efa9ba485d9328f780f3e60dc18339c75974c6c6 (diff) | |
| download | openrc-a15de23e5713d840d871c526b46050983dc6ea1e.tar.xz | |
typo fix
| -rw-r--r-- | init.d/staticroute.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/staticroute.in b/init.d/staticroute.in index d970b519..c5be6ca2 100644 --- a/init.d/staticroute.in +++ b/init.d/staticroute.in @@ -1,4 +1,4 @@ -S#!@BINDIR@/openrc-run +#!@SBINDIR@/openrc-run # Copyright (c) 2009-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and # https://github.com/OpenRC/openrc/blob/master/AUTHORS |
