Home
last modified time | relevance | path

Searched refs:initrc (Results 1 – 25 of 28) sorted by relevance

12

/dports/cad/magic/magic-8.3.245/magic/
H A DMakefile58 $(DESTDIR)${INSTALL_SYSDIR}/.initrc $(DESTDIR)${INSTALL_SYSDIR}/magicps.pro ${DEST_XBM}
72 $(DESTDIR)${INSTALL_SYSDIR}/.initrc: proto.initrc
73 ${RM} $(DESTDIR)${INSTALL_SYSDIR}/.initrc
74 ${CP} proto.initrc $(DESTDIR)${INSTALL_SYSDIR}/.initrc
H A Dproto.initrc1 # $(CAD_ROOT)/magic/sys/.initrc
/dports/sysutils/modules/modules-4.6.0/init/
H A DMakefile52 initrc := $(etcdir)/initrc macro
55 initrc := $(initdir)/modulerc macro
242 rm -f $(DESTDIR)$(modulespath) $(DESTDIR)$(initrc)
243 cp -R -P modulerc $(DESTDIR)$(initrc)
266 rm -f $(DESTDIR)$(modulespath) $(DESTDIR)$(initrc)
/dports/sysutils/modules/modules-4.6.0/
H A DMakefile154 initrc := $(etcdir)/initrc macro
157 initrc := $(initdir)/modulerc macro
389 testsuite/example/initrc: testsuite/example/initrc.in
402 cp $^ $(DESTDIR)$(initrc)
406 cp $^ $(DESTDIR)$(initrc)
408 install-testinitrc: testsuite/example/initrc
410 cp $^ $(DESTDIR)$(initrc)
427 rm -f $(DESTDIR)$(initrc)
629 …ample/.modulespath testsuite/example/modulerc testsuite/example/modulerc-1 testsuite/example/initrc
H A DINSTALL.rst141 are respectively named ``initrc`` and ``modulespath``. If you use
148 If you use ``modulerc`` (or ``initrc``) configuration file, add one line
155 4. Define modulefiles to load by default. Edit ``modulerc`` (or ``initrc``)
166 In fact you can add to the ``modulerc`` (or ``initrc``) configuration file
237 the ``initrc`` file. (default=no)
417 respectively called ``initrc`` and ``modulespath`` if
429 ``modulerc`` configuration file or in the ``initrc``
H A Dmodulecmd.tcl.in11811 set initrc [expr {[file exists @etcdir@/initrc] ? {@etcdir@/initrc} :\
11813 if {[file exists $initrc]} {
11814 cmdModuleSource $initrc
H A DMIGRATING.rst1004 directory, these configuration files are named ``initrc`` and
/dports/sysutils/modules/modules-4.6.0/doc/source/cookbook/
H A Densure-user-qualify-modules.rst35 achieved by setting the option in the ``initrc`` file installed in the
39 .. literalinclude:: ../../example/ensure-user-qualify-modules/initrc
41 :caption: initrc
69 $ cp example/ensure-user-qualify-modules/initrc \ |etcdir|\ /
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/src/binary/
H A Dmod.rs272 let initrc = project_dir.find_config_file(Self::CONFIG_FILE_NAME); in exec_init_file() localVariable
273 match initrc.and_then(|initrc| fs::File::open(&initrc).ok()) { in exec_init_file()
/dports/math/pari/pari-2.13.3/src/gp/
H A Dgp.c187 long i = 1, initrc = 1; in read_opt() local
215 initrc = 0; if (*t) goto START; in read_opt()
234 if (strcmp(t, "test") == 0) { f |= gpd_TEST; initrc = 0; break; } in read_opt()
236 if (strcmp(t, "fast") == 0) { initrc = 0; break; } in read_opt()
250 if (initrc) gp_initrc(p_A); in read_opt()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/manual/src/misc/
H A D02-xdg.md4 the init file for Ion can be found in **$HOME/.config/ion/initrc** on Linux systems; and the
/dports/www/geneweb/geneweb-13c850a0cc3973daf7ae3e0772a1621f84052041/rpm/
H A Dgeneweb.spec56 cp rpm/geneweb-initrc.sh $RPM_BUILD_ROOT/etc/rc.d/init.d/gwd
132 - No more installation of geneweb-initrc.sh in SOURCES: it is directly
/dports/sysutils/modules/modules-4.6.0/doc/source/
H A DINSTALL.rst141 are respectively named ``initrc`` and ``modulespath``. If you use
148 If you use ``modulerc`` (or ``initrc``) configuration file, add one line
155 4. Define modulefiles to load by default. Edit ``modulerc`` (or ``initrc``)
166 In fact you can add to the ``modulerc`` (or ``initrc``) configuration file
237 the ``initrc`` file. (default=no)
417 respectively called ``initrc`` and ``modulespath`` if
429 ``modulerc`` configuration file or in the ``initrc``
H A Ddiff_v3_v4.rst23 …ory. Starting version ``4.3``, this file could also be *etc/initrc*. This *modulerc*/*initrc* file…
H A DMIGRATING.rst1004 directory, these configuration files are named ``initrc`` and
H A DNEWS.rst718 directory if they exist rather in ``init`` directory. If ``initrc``
/dports/x11-servers/Xfstt/xfstt-1.11/
H A DINSTALL52 initrc file provided in the docs/examples dirs. Else if your distro uses
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dexpansion.cpp171 addrbank *(*initrc)(struct romconfig*); member
399 ab = cards[ecard].initrc(cards[ecard].rc); in call_card_init()
546 if (ec->initrc && isnonautoconfig(ec->zorro)) { in expamem_next()
547 ec->initrc(cards[ecard].rc); in expamem_next()
2019 cards[cardno].initrc = cst->init; in add_cpu_expansions()
2026 cards[cardno].initrc = cst->init2; in add_cpu_expansions()
2068 cards[cardno].initrc = ert->init; in add_expansions()
2075 cards[cardno].initrc = ert->init2; in add_expansions()
2129 cards[cardno].initrc = cpuboard_autoconfig_init; in expamem_reset()
2183 cards[cardno].initrc = cdtv_init; in expamem_reset()
/dports/security/pam-modules/pam-modules-2.2/
H A DNEWS36 variable initrc-root must be set to true.
90 entry. This utility can be used with the initrc-command statement
H A DChangeLog77 pam_ldaphome: run initrc command as user.
84 (run_prog): Switch to user privileges unless initrc-root is true.
209 pam_ldaphome: don't run initrc program if the home dir already exists.
214 (ldaphome_main): Run initrc only after creating the home dir.
235 Allow to modify environment of initrc-command
255 is given with the initrc-command configuration statement. It is invoked
258 can be diverted to a file using the initrc-log statement.
/dports/math/p5-Math-Pari/pari-2.3.5/src/gp/
H A Dgp.c1723 long i = 1, initrc = 1; in read_opt() local
1751 initrc = 0; break; in read_opt()
1760 if (strcmp(t, "test") == 0) { GP_DATA->flags |= TEST; initrc = 0; break; } in read_opt()
1762 if (strcmp(t, "fast") == 0) { initrc = 0; break; } in read_opt()
1772 if (initrc) in read_opt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/docs/contributing/
H A Dgetting-started.md38 initrc files or similar.
/dports/security/pam-modules/pam-modules-2.2/doc/
H A Dpam-modules.texi1387 Sets maximum time the @command{initrc-command} is allowed to run. If
1392 @deffn {pam_ldaphome config} initrc-command @var{command}
1402 variable @option{initrc-root} is set to true.
1409 @deffn {pam_ldaphome config} initrc-root @var{bool}
1410 When set to @code{true}, @command{initrc-command} will be run with
1416 @deffn {pam_ldaphome config} initrc-log @var{file}
1418 @command{initrc-command} to @var{file}.
1421 @deffn {pam_ldaphome config} initrc-environ @var{env} ...
1422 Modifies the environment of @command{initrc-command}.
1700 initrc-command /usr/libexec/usergitconfig
/dports/sysutils/modules/modules-4.6.0/contrib/rpm/
H A Denvironment-modules.spec.in236 %config(noreplace) %{_sysconfdir}/%{name}/initrc
301 files in init directory respectively become initrc and modulespath in etc
/dports/net/xisp/xisp-2.7p4/
H A Dxisprccv.c1309 void (* initrc[MAXNUM_VERSIONS])(int) = {initXisprc13, initXisprc14, variable
2866 (*initrc[i])(j); in main()

12