aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorLukas Nykryn <lnykryn@redhat.com>2013-07-12 13:03:45 +0200
committerLukas Nykryn <lnykryn@redhat.com>2013-07-12 13:03:45 +0200
commit7cda43cae585d3a40e0a2d65992388623093e35f (patch)
treee1dcbaabd5c00b05784f8e34e5981415dafcbe16 /systemd
parent4aa178674056dfc0930ad69dd77ec6490d9c5770 (diff)
downloadinitscripts-7cda43cae585d3a40e0a2d65992388623093e35f.tar
initscripts-7cda43cae585d3a40e0a2d65992388623093e35f.tar.gz
initscripts-7cda43cae585d3a40e0a2d65992388623093e35f.tar.bz2
initscripts-7cda43cae585d3a40e0a2d65992388623093e35f.tar.xz
initscripts-7cda43cae585d3a40e0a2d65992388623093e35f.zip
rename fedora-* to rhel-*
Diffstat (limited to 'systemd')
-rwxr-xr-xsystemd/rhel-autorelabel (renamed from systemd/fedora-autorelabel)0
-rwxr-xr-xsystemd/rhel-configure (renamed from systemd/fedora-configure)0
-rwxr-xr-xsystemd/rhel-domainname (renamed from systemd/fedora-domainname)0
-rwxr-xr-xsystemd/rhel-import-state (renamed from systemd/fedora-import-state)2
-rwxr-xr-xsystemd/rhel-loadmodules (renamed from systemd/fedora-loadmodules)0
-rwxr-xr-xsystemd/rhel-readonly (renamed from systemd/fedora-readonly)0
-rw-r--r--systemd/system/rhel-autorelabel-mark.service (renamed from systemd/system/fedora-autorelabel-mark.service)0
-rw-r--r--systemd/system/rhel-autorelabel.service (renamed from systemd/system/fedora-autorelabel.service)2
-rw-r--r--systemd/system/rhel-configure.service (renamed from systemd/system/fedora-configure.service)2
-rw-r--r--systemd/system/rhel-domainname.service (renamed from systemd/system/fedora-domainname.service)2
-rw-r--r--systemd/system/rhel-import-state.service (renamed from systemd/system/fedora-import-state.service)2
-rw-r--r--systemd/system/rhel-loadmodules.service (renamed from systemd/system/fedora-loadmodules.service)2
-rw-r--r--systemd/system/rhel-readonly.service (renamed from systemd/system/fedora-readonly.service)2
13 files changed, 7 insertions, 7 deletions
diff --git a/systemd/fedora-autorelabel b/systemd/rhel-autorelabel
index 7cb9b40c..7cb9b40c 100755
--- a/systemd/fedora-autorelabel
+++ b/systemd/rhel-autorelabel
diff --git a/systemd/fedora-configure b/systemd/rhel-configure
index 64f535f6..64f535f6 100755
--- a/systemd/fedora-configure
+++ b/systemd/rhel-configure
diff --git a/systemd/fedora-domainname b/systemd/rhel-domainname
index 17f8ea8c..17f8ea8c 100755
--- a/systemd/fedora-domainname
+++ b/systemd/rhel-domainname
diff --git a/systemd/fedora-import-state b/systemd/rhel-import-state
index a853ab9c..90c88d53 100755
--- a/systemd/fedora-import-state
+++ b/systemd/rhel-import-state
@@ -1,5 +1,5 @@
#!/bin/bash
-# fedora-import-state: import state files from initramfs (e.g. network config)
+# rhel-import-state: import state files from initramfs (e.g. network config)
# exit early if root isn't writeable
[ -w / ] || exit 0
diff --git a/systemd/fedora-loadmodules b/systemd/rhel-loadmodules
index 4fd167c4..4fd167c4 100755
--- a/systemd/fedora-loadmodules
+++ b/systemd/rhel-loadmodules
diff --git a/systemd/fedora-readonly b/systemd/rhel-readonly
index 66634e24..66634e24 100755
--- a/systemd/fedora-readonly
+++ b/systemd/rhel-readonly
diff --git a/systemd/system/fedora-autorelabel-mark.service b/systemd/system/rhel-autorelabel-mark.service
index 33b5147b..33b5147b 100644
--- a/systemd/system/fedora-autorelabel-mark.service
+++ b/systemd/system/rhel-autorelabel-mark.service
diff --git a/systemd/system/fedora-autorelabel.service b/systemd/system/rhel-autorelabel.service
index c98a40ff..d277cf86 100644
--- a/systemd/system/fedora-autorelabel.service
+++ b/systemd/system/rhel-autorelabel.service
@@ -10,7 +10,7 @@ ConditionKernelCommandLine=|autorelabel
ConditionPathExists=|/.autorelabel
[Service]
-ExecStart=/lib/systemd/fedora-autorelabel
+ExecStart=/lib/systemd/rhel-autorelabel
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes
diff --git a/systemd/system/fedora-configure.service b/systemd/system/rhel-configure.service
index 9564ae55..7ee34ceb 100644
--- a/systemd/system/fedora-configure.service
+++ b/systemd/system/rhel-configure.service
@@ -7,7 +7,7 @@ After=local-fs.target
ConditionPathExists=/.unconfigured
[Service]
-ExecStart=/lib/systemd/fedora-configure
+ExecStart=/lib/systemd/rhel-configure
ExecStopPost=/bin/rm -f /.unconfigured
Type=oneshot
TimeoutSec=0
diff --git a/systemd/system/fedora-domainname.service b/systemd/system/rhel-domainname.service
index e501a130..9aaaac9e 100644
--- a/systemd/system/fedora-domainname.service
+++ b/systemd/system/rhel-domainname.service
@@ -3,7 +3,7 @@ Description=Read and set NIS domainname from /etc/sysconfig/network
Before=ypbind.service yppasswdd.service ypserv.service ypxfrd.service
[Service]
-ExecStart=/lib/systemd/fedora-domainname
+ExecStart=/lib/systemd/rhel-domainname
Type=oneshot
RemainAfterExit=yes
diff --git a/systemd/system/fedora-import-state.service b/systemd/system/rhel-import-state.service
index 7425fbaf..347dd159 100644
--- a/systemd/system/fedora-import-state.service
+++ b/systemd/system/rhel-import-state.service
@@ -8,7 +8,7 @@ Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup
After=systemd-remount-fs.service
[Service]
-ExecStart=/lib/systemd/fedora-import-state
+ExecStart=/lib/systemd/rhel-import-state
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes
diff --git a/systemd/system/fedora-loadmodules.service b/systemd/system/rhel-loadmodules.service
index cd2b4910..a834e042 100644
--- a/systemd/system/fedora-loadmodules.service
+++ b/systemd/system/rhel-loadmodules.service
@@ -8,7 +8,7 @@ ConditionPathExists=|/etc/rc.modules
ConditionDirectoryNotEmpty=|/etc/sysconfig/modules/
[Service]
-ExecStart=/lib/systemd/fedora-loadmodules
+ExecStart=/lib/systemd/rhel-loadmodules
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes
diff --git a/systemd/system/fedora-readonly.service b/systemd/system/rhel-readonly.service
index 680eace0..3ee1895d 100644
--- a/systemd/system/fedora-readonly.service
+++ b/systemd/system/rhel-readonly.service
@@ -6,7 +6,7 @@ Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup
After=systemd-remount-fs.service
[Service]
-ExecStart=/lib/systemd/fedora-readonly
+ExecStart=/lib/systemd/rhel-readonly
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes