diff options
author | Justus Winter <justus@gnupg.org> | 2016-08-07 15:16:57 +0200 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2016-08-07 23:17:33 +0200 |
commit | ceae83bd25aadee094ec9d3a95cf27510cea2037 (patch) | |
tree | 4f774137ec31cc8e2563825a6d4f84ca7406289e /proc/mgt.c | |
parent | bc170131016969f1d79409337833046ae1f4501b (diff) | |
download | hurd-ceae83bd25aadee094ec9d3a95cf27510cea2037.tar.gz hurd-ceae83bd25aadee094ec9d3a95cf27510cea2037.tar.bz2 hurd-ceae83bd25aadee094ec9d3a95cf27510cea2037.zip |
proc: Fix references to the startup server.
* proc/main.c: Fix references to the startup server in code and
comments.
* proc/mgt.c: Likewise.
* proc/msg.c: Likewise.
* proc/proc.h: Likewise.
Diffstat (limited to 'proc/mgt.c')
-rw-r--r-- | proc/mgt.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -994,8 +994,8 @@ S_proc_mark_important (struct proc *p) exempt from this restriction, as startup_proc calls this on their behalf. The kernel process is a notable example of an process that needs this exemption. That is not an problem however, since - all children of /hurd/init are important and we mark them as such - anyway. */ + all children of /hurd/startup are important and we mark them as + such anyway. */ if (! check_uid (p, 0) && ! check_owner (startup_proc, p)) return EPERM; |