summaryrefslogtreecommitdiff
path: root/etc/rc.conf.in
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-11-07 00:22:33 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-11-07 00:22:33 +0000
commit1b0130961ebc308bba4c9ced3988558bfac103d9 (patch)
tree40dcef0a3f194d4741a8ae3ea9c12015e0bc89df /etc/rc.conf.in
parent3809eac54d575d52d8793df38f826f1d7d7398fb (diff)
downloadopenrc-1b0130961ebc308bba4c9ced3988558bfac103d9.tar.gz
openrc-1b0130961ebc308bba4c9ced3988558bfac103d9.tar.bz2
openrc-1b0130961ebc308bba4c9ced3988558bfac103d9.tar.xz
checkbashisms: clean up export statements.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'etc/rc.conf.in')
-rw-r--r--etc/rc.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in
index e49a410..1536aa5 100644
--- a/etc/rc.conf.in
+++ b/etc/rc.conf.in
@@ -101,7 +101,7 @@
# Some daemons are started and stopped via start-stop-daemon.
# We can set some things on a per service basis, like the nicelevel.
-#export SSD_NICELEVEL="-19"
+#SSD_NICELEVEL="-19"
# Pass ulimit parameters
#rc_ulimit="-u 30"