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

1 2

  /onnv/onnv-gate/usr/src/pkgdefs/SUNWbnuu/
prototype_com 51 f none usr/bin/ct 4511 root uucp
52 f none usr/bin/cu 4511 uucp uucp
53 f none usr/bin/uucp 4511 uucp uucp
54 f none usr/bin/uuglist 4511 uucp uucp
55 f none usr/bin/uulog 555 root uucp
56 f none usr/bin/uuname 4511 uucp uuc
    [all...]
preremove 29 # remove crontab file for uucp
37 crontab -r uucp
39 rm -f $BASEDIR/var/spool/cron/crontabs/uucp
postinstall 29 # install crontab file for uucp
34 # Also because the default crontab now disables UUCP activity,
35 # check for UUCP configuration, and don't do the install if
41 CRONTABSRC=$BASEDIR/usr/lib/uucp/uudemon.crontab
43 CRONTABDEST=$CRONTABDIR/uucp
45 # Newly installed systems have only comments in the /etc/uucp/Systems
47 # UUCP configured, and thus we don't want to clobber their crontab.
48 grep -v '^#' $BASEDIR/etc/uucp/Systems >/dev/null 2>&1 && exit 0
52 su uucp -c "crontab $CRONTABSRC"
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWbnur/
prototype_com 55 e initd etc/init.d/uucp 744 root sys
57 l initd etc/rc2.d/S70uucp=../../etc/init.d/uucp
58 d none etc/uucp 755 uucp uucp
59 e preserve etc/uucp/Config 644 uucp uucp
60 e preserve etc/uucp/Devconfig 644 uucp uuc
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bnu/
uudemon.hour 26 /usr/lib/uucp/uusched &
27 /usr/lib/uucp/uuxqt &
uudemon.poll 33 PATH=/usr/bin:/usr/lib/uucp
34 SPOOL=/var/spool/uucp
39 POLLFILE=/etc/uucp/Poll
Teardown 31 # This shell tries to convert uucp from the QFT format back to the
33 # that created while running the QFT version of uucp.
36 echo "Converting uucp from QFT Format back to HoneyDanBer format\n"
38 SPOOL=/var/spool/uucp
uudemon.admin 29 # This shell sends uucp status information to an administrator.
30 # It should be started by a line in /var/spool/cron/crontabs/uucp.
33 # 48 8,12,16 * * * /etc/uucp/uudemon.admin
36 # return a list of systems defined in /etc/uucp/Systems
38 if [ ! -f /etc/uucp/Systems ]; then
41 awk '$1 !~ /^#/ {print $1}' /etc/uucp/Systems
81 # if any names are in $outstr, assume uucp is configured
92 # to see if uucp is configured before doing all this work.
102 MAILTO=uucp
103 LOGDIR=/var/uucp/.Lo
    [all...]
SetUp 53 # This shell tries to set up all needed uucp database files.
57 LIB=$ROOT/usr/lib/uucp
58 ETC=$ROOT/etc/uucp
60 OWNER=uucp
61 GROUP=uucp
102 # using uucp entries in /etc/passwd
Uutry 36 STATUS=/var/uucp/.Status
38 UUCICO=/usr/lib/uucp/uucico
40 if [ "`pwd`" != "/usr/lib/uucp" -a "$?" = 0 -a -x "./uucico" ]; then
Makefile 27 MANIFEST = uucp.xml
32 USERPROG = $(USERPROG1) uucp uuglist uuname uustat uux ct cu
67 # if you change these directories, change them in uucp.h as well
69 ROOTLIBUUCP = $(ROOT)/usr/lib/uucp
70 ROOTETCUUCP = $(ROOT)/etc/uucp
72 ROOTVARUUCP = $(ROOTVAR)/uucp
75 ROOTSPUUCP = $(ROOTSPOOL)/uucp
90 DOTLOGUUCP = $(DOTLOG)/uucp
111 SYMDEST = ../../uucp
113 REMOTESYMDEST = ../../usr/lib/uucp
    [all...]
uudemon.cleanup 29 # This demon cleans up uucp directories.
30 # It is started by /var/spool/cron/crontabs/uucp;
32 # uucp load.
35 # return a list of systems defined in /etc/uucp/Systems
37 if [ ! -f /etc/uucp/Systems ]; then
40 awk '$1 !~ /^#/ {print $1}' /etc/uucp/Systems
79 # if any names are in $outstr, assume uucp is configured
90 # to see if uucp is configured before doing all this work.
96 MAILTO=uucp
99 PATH=/usr/bin:/usr/lib/uucp
    [all...]
README 35 uucp.1c manual page for uucp
41 uudemon.admin: to send messages about status to the administrator of uucp
46 Cvt: shell to move C. and D. files from /usr/spool/uucp to proper
82 39,9 * * * * /usr/bin/su uucp -c "/usr/lib/uucp/uudemon.hour" > /dev/null
83 10 * * * * /usr/bin/su uucp -c "/usr/lib/uucp/uudemon.poll" > /dev/null
84 45 23 * * * ulimit 5000; /usr/bin/su uucp -c "/usr/lib/uucp/uudemon.cleanup" > /dev/nul
    [all...]
Cvt 33 # execute this as root and in the /usr/spool/uucp directory.
47 SPOOL=/usr/spool/uucp
53 echo "There are no old C. files in /usr/spool/uucp/C."
61 the new version of uucp.
64 new uucp is installed.
100 echo "*****Warning: There is no system=$S in the /etc/uucp/Systems file. ******"
108 $ECHO chown uucp $SPOOL/$DIR
uulog 45 LOGDIR=/var/uucp/.Log
uuto 68 uucp $a $f $remote!~/receive/$user/$mysys/$UUP
Makefile.inc 41 utility.c uucheck.c uucico.c uucleanup.c uucp.c \
61 uucp \
62 uucp.cat := POBJS = uucpdefs.o uucp.o gwd.o permission.o getargs.o \
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
ftpusers 10 uucp
  /onnv/onnv-gate/usr/src/cmd/sendmail/lib/
aliases 50 uucp: root
  /onnv/onnv-gate/usr/src/cmd/initpkg/init.d/
Makefile 48 uucp \
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/etc/
services 80 uucp-path 117/tcp
110 uucp 540/tcp uucpd # uucp daemon
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
Project.t 234 user.test2:456:project two:adm,uucp:staff:attr1=p;attr2=q
245 user.test2:456:project two:adm,uucp:staff:attr1=p;attr2=q
256 user.test2:456:project two:adm,uucp:staff:attr1=p;attr2=q
272 user.test2:456:project two:adm,uucp:staff:attr1=p;attr2=q
283 user.test2:456:project two:adm,uucp:staff:attr1=p;attr2=q
  /onnv/onnv-gate/usr/src/pkgdefs/common_files/
i.minorperm_sparc 67 se:* 0666 root sys 0600 uucp uucp /dev/cua/*
68 zs:* 0666 root sys 0600 uucp uucp /dev/cua/*
69 su:* 0666 root sys 0600 uucp uucp /dev/cua/*
  /onnv/onnv-gate/usr/src/cmd/sendmail/cf/cf/
Makefile 127 ${CFDIR}/mailer/uucp.m4 \
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWesu/
prototype_com 111 f none usr/bin/uudecode 555 root uucp
112 f none usr/bin/uuencode 555 root uucp

Completed in 1310 milliseconds

1 2