https://bugzilla.novell.com/show_bug.cgi?id=834021 https://bugzilla.novell.com/show_bug.cgi?id=834021#c0 Summary: startproc ignores -p Argument..... Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: x86 OS/Version: openSUSE 12.3 Status: NEW Severity: Critical Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: ds@marco.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20100101 Firefox/17.0 startproc seems to ignore the parameter "-p". Pidfile is always creates at /var/run/. According to the man-page: startproc -p /var/myrun/lpd.pid /usr/sbin/lpd starts /usr/sbin/lpd if there is no process with the pid found in /var/myrun/lpd.pid and no process in the actual process table exists that uses the specified binary. Reproducible: Always Steps to Reproduce: 1./sbin/startproc -p /tmp/kdm.pid /usr/bin/kdm 2.ls -l /tmp/kdm.pid 3.ls -l /var/run/kdm.pid Actual Results: Pid-File is always created in /var/run with name <basename of executable> Expected Results: Pidfile should be the argument of -p -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.