HomeSort by relevance Sort by last modified time
    Searched refs:cron (Results 1 - 25 of 30) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/cron/
svc-cron 28 # Start method script for the cron service.
33 if [ -p /etc/cron.d/FIFO ]; then
34 if /usr/bin/pgrep -x -u 0 -z `smf_zonename` cron >/dev/null 2>&1; then
35 echo "$0: cron is already running"
40 if [ -x /usr/sbin/cron ]; then
41 /usr/bin/rm -f /etc/cron.d/FIFO
42 /usr/sbin/cron &
Makefile 26 DEFAULTFILES = cron.dfl
30 MANIFEST = cron.xml
33 ROOTMETHOD = $(ROOTLIBSVCMETHOD)/svc-cron
39 ROOTSPCRON = $(ROOTVAR)/spool/cron
40 ROOTCROND = $(ROOTETC)/cron.d
43 ROOTLIBCRON = $(ROOTLIB)/cron
45 PROG1 = cron
68 ROOTSYMLINK = $(ROOTLIBCRON) $(ROOTETC)/cron
75 CRONOBJS= cron.o elm.o
94 cron := POBJS = $(CRONOBJS) $(COMMONOBJ2 macro
132 cron := LDLIBS += -lpam -lproject -lcontract -lzoneinfo macro
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWbnuu/
preremove 30 # use crontab command if cron is running
32 ps -e | egrep -s ' cron$'
39 rm -f $BASEDIR/var/spool/cron/crontabs/uucp
postinstall 30 # use crontab command if cron is running
38 ps -e | egrep -s ' cron$'
42 CRONTABDIR=$BASEDIR/var/spool/cron/crontabs
  /onnv/onnv-gate/usr/src/cmd/sa/
svc-sar 35 # the entries in /var/spool/cron/crontabs/sys
51 if [ ! -f /var/spool/cron/crontabs/sys ]; then
52 cat << EOF > /var/spool/cron/crontabs/sys
69 rm /var/spool/cron/crontabs/sys
Makefile 68 CROND= $(ROOT)/var/spool/cron
  /onnv/onnv-gate/usr/src/pkgdefs/common_files/
i.cronroot 64 sed -e '/[^#]*[ ]*\/etc\/cron.d\/logchecker/d' $dest > /tmp/d.$$
92 $dest > /tmp/cron.$$
93 mv /tmp/cron.$$ $dest
106 } ' $dest > /tmp/cron.$$
107 mv /tmp/cron.$$ $dest
111 # not be shipping in 2.7. Remove cron entry
115 sed -e '/^.*\/usr\/lib\/inet\/ftpclean.*$/d' $dest >/tmp/cron.$$
116 mv /tmp/cron.$$ $dest
i.pamconf 69 cron account required pam_unix_account.so.1
285 # update pam.conf to append cron entries if not already present
286 # (note: the kerberos default list above already has the cron entried added.)
300 # Append cron lines if any were not present already.
303 echo "${dest} updating entries for cron, \c" \
  /onnv/onnv-gate/usr/src/cmd/Adm/
Makefile 27 CRON_LIB= .proto at.deny cron.deny queuedefs
40 CROND= $(ROOT)/var/spool/cron
41 CRONTABD= $(ROOT)/var/spool/cron/crontabs
42 CRONLIBD= $(ROOT)/etc/cron.d
  /onnv/onnv-gate/usr/src/cmd/lp/crontab/
Makefile 29 ROOTCRONTABS = $(ROOT)/var/spool/cron/crontabs
  /onnv/onnv-gate/usr/src/cmd/tzreload/
Makefile 29 CPPFLAGS += -I../cron
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWkdcr/
preremove.tmpl 29 CTFILE=${PKG_INSTALL_ROOT:-/}/var/spool/cron/crontabs/root
postinstall.tmpl 28 DEST=${PKG_INSTALL_ROOT:-/}/var/spool/cron/crontabs/root
  /onnv/onnv-gate/usr/src/cmd/logadm/
logadm.conf 43 /var/cron/log -c -s 512k -t /var/cron/olog
tester 286 /var/cron/log -s 512k -t /var/cron/olog
821 /var/cron/log -s 512k -t /var/cron/olog
854 /var/cron/log -s 512k -t /var/cron/olog
866 exec $bindir/logadm -f testfile.conf -V /var/cron/log /var/adm/pacct >std.out 2>std.err
881 > /var/cron/log -s 512k -t /var/cron/olog
895 exec $bindir/logadm -f testfile.conf -r /var/cron/log /var/adm/pacct >std.out 2>std.er
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bsmunconv/
bsmunconv.sh 120 # need to ensure that cron is not running. cron should not be running
125 /usr/bin/pgrep -u root -f /usr/sbin/cron > /dev/null
127 form=`gettext "%s: INFO: stopping the cron daemon."`
130 /usr/sbin/svcadm disable -t system/cron
134 rm -f ${ROOT}/var/spool/cron/atjobs/*.au
135 rm -f ${ROOT}/var/spool/cron/crontabs/*.au
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWaccr/
prototype_com 69 d none var/spool/cron 755 root sys
70 d none var/spool/cron/crontabs 755 root sys
71 e preserve var/spool/cron/crontabs/sys 600 root sys
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWpsr/
prototype_com 99 d none var/spool/cron 755 root sys
100 d none var/spool/cron/crontabs 755 root sys
101 e preserve var/spool/cron/crontabs/lp 400 root root
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWcsr/
prototype_com 102 s none etc/cron=../usr/sbin/cron
103 d none etc/cron.d 755 root sys
104 f none etc/cron.d/.proto 744 root sys
105 e preserve etc/cron.d/at.deny 644 root sys
106 e preserve etc/cron.d/cron.deny 644 root sys
107 f none etc/cron.d/queuedefs 644 root sys
120 e preserve etc/default/cron 644 root sys
375 f none lib/svc/method/svc-cron 0555 root bi
    [all...]
  /onnv/onnv-gate/usr/src/lib/libpam/
pam.conf 93 # cron service (explicit because of non-usage of pam_roles.so.1)
95 cron account required pam_unix_account.so.1
  /onnv/onnv-gate/usr/src/cmd/
Makefile.check 38 cron \
Makefile 101 cron \
552 cron \
  /onnv/onnv-gate/usr/src/lib/libsecdb/
prof_attr.txt 39 Cron Management:::Manage at and cron jobs:auths=solaris.jobs.*,solaris.smf.manage.cron;help=RtCronMngmnt.html
77 Process Management:::Manage current processes and processors:auths=solaris.smf.manage.cron,solaris.smf.manage.power;help=RtProcManagement.html
  /onnv/onnv-gate/usr/src/cmd/bnu/
README 80 Cron entries should be put into crontab for the demons. For example
87 Note - It is best to run these demons from the root cron file.
  /onnv/onnv-gate/usr/src/cmd/svc/prophist/
prophist.SUNWcsr 108 prophist_upgrade system/cron start timeout_seconds 60 6
109 prophist_upgrade system/cron stop timeout_seconds 60 3
110 prophist_adddpt svc:/system/cron cron_multi-user optional_all none \
112 prophist_addprop svc:/system/cron general framework action_authorization \
113 astring: solaris.smf.manage.cron
115 instance_refresh svc:/system/cron:default

Completed in 6058 milliseconds

1 2